summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorStefan Daschek <[email protected]>2020-06-11 12:37:00 +0200
committerGitHub <[email protected]>2020-06-11 12:37:00 +0200
commit7cf445a2901cb0d6e8a58c253b77c0ee09080fc6 (patch)
tree25bccafeedc8aecd4cf437adc5fadfeb5dde1d79 /CONTRIBUTING.md
parente0ea6aa59c22461b44441a90f330d05f31521931 (diff)
downloadcaxlsx-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.md4
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.
---