diff options
| author | Stefan Daschek <[email protected]> | 2020-06-11 12:37:00 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-11 12:37:00 +0200 |
| commit | 7cf445a2901cb0d6e8a58c253b77c0ee09080fc6 (patch) | |
| tree | 25bccafeedc8aecd4cf437adc5fadfeb5dde1d79 /CONTRIBUTING.md | |
| parent | e0ea6aa59c22461b44441a90f330d05f31521931 (diff) | |
| download | caxlsx-7cf445a2901cb0d6e8a58c253b77c0ee09080fc6.tar.gz caxlsx-7cf445a2901cb0d6e8a58c253b77c0ee09080fc6.zip | |
Change “needs triage / known bug” links to also include closed tickets.
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c188c050..bc3905bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ If you have any questions about contributing, or need some help: Feel free to [j Triaging issues can be very time-consuming, so we especially appreciate any help in this area! -Start by looking for (issues labelled “needs triage”)[https://github.com/caxlsx/caxlsx/labels/needs%20triage]. Choose one of these issues, then perform the following checks: +Start by looking for [issues labelled “needs triage”](https://github.com/caxlsx/caxlsx/issues?q=label%3A%22needs+triage%22). Choose one of these issues, then perform the following checks: * Is the issue still relevant? It may have been fixed or made obsolete in the meantime. * Can the issue be reproduced? If necessary, ask the person who reported the issue originally to provide more information. @@ -37,7 +37,7 @@ Add comments to the issue to share your findings. Anything you can do to make bu ### Fixing known bugs -Look for [issues labelled “known bug”](https://github.com/caxlsx/caxlsx/labels/known%20bug). Choose one, and try to come up with a fix. +Look for [issues labelled “known bug”](https://github.com/caxlsx/caxlsx/issues?q=label%3A%22known+bug%22). Choose one, and try to come up with a fix. --- |
