Skip to content

Commit 701dab6

Browse files
crazymerlyngaborbernat
authored andcommitted
Fix issue filters for bugs and enhancements (#1029)
Current links do not work as there are no issues with label `bug` or `enhancement`
1 parent 944995a commit 701dab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Fix bugs
4444
--------
4545

4646
Look through the GitHub issues for bugs. Here is a filter you can use:
47-
https://github.com/tox-dev/tox/labels/bug
47+
https://github.com/tox-dev/tox/labels/bug:normal
4848

4949
Don't forget to check the issue trackers of your favourite plugins, too!
5050

@@ -54,7 +54,7 @@ Implement features
5454
------------------
5555

5656
Look through the GitHub issues for enhancements. Here is a filter you can use:
57-
https://github.com/tox-dev/tox/labels/enhancement
57+
https://github.com/tox-dev/tox/labels/feature:new
5858

5959
Write documentation
6060
-------------------

0 commit comments

Comments
 (0)