Skip to content

Commit 20f88bb

Browse files
committed
Update references to the help wanted label after rename
GitHub has some special behavior for the `help wanted` label, but not the `help-wanted` label, so I've renamed ours. Bonus: updated links to docs.github.com
1 parent 0d593e7 commit 20f88bb

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

.github/CONTRIBUTING.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
## Contributing
22

3-
[legal]: https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license
4-
[license]: ../LICENSE
5-
[code-of-conduct]: CODE-OF-CONDUCT.md
6-
[bug issues]: https://github.com/cli/cli/issues?q=is%3Aopen+is%3Aissue+label%3Abug
7-
[feature request issues]: https://github.com/cli/cli/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement
8-
93
Hi! Thanks for your interest in contributing to the GitHub CLI!
104

115
We accept pull requests for bug fixes and features where we've discussed the approach in an issue and given the go-ahead for a community member to work on it. We'd also love to hear about ideas for new features as issues.
@@ -17,7 +11,7 @@ Please do:
1711
* Open an issue to propose a significant change.
1812
* Open a pull request to fix a bug.
1913
* Open a pull request to fix documentation about a command.
20-
* Open a pull request for an issue with the `help-wanted` label and leave a comment claiming it.
14+
* Open a pull request for an issue with the [`help wanted`][] label and leave a comment claiming it.
2115

2216
Please avoid:
2317

@@ -52,6 +46,17 @@ We generate manual pages from source on every release. You do not need to submit
5246

5347
## Resources
5448

55-
- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
56-
- [Using Pull Requests](https://help.github.com/articles/about-pull-requests/)
57-
- [GitHub Help](https://help.github.com)
49+
- [How to Contribute to Open Source][]
50+
- [Using Pull Requests][]
51+
- [GitHub Help][]
52+
53+
54+
[bug issues]: https://github.com/cli/cli/issues?q=is%3Aopen+is%3Aissue+label%3Abug
55+
[feature request issues]: https://github.com/cli/cli/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement
56+
[help wanted]: https://github.com/cli/cli/labels/help%20wanted
57+
[legal]: https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-terms-of-service#6-contributions-under-repository-license
58+
[license]: ../LICENSE
59+
[code-of-conduct]: ./CODE-OF-CONDUCT.md
60+
[How to Contribute to Open Source]: https://opensource.guide/how-to-contribute/
61+
[Using Pull Requests]: https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/about-pull-requests
62+
[GitHub Help]: https://docs.github.com/

docs/triage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ just imagine a flowchart
2828
- do we want someone in the community to do it?
2929
- e.g. the task is relatively straightforward, but no people on our team have the bandwidth to take it on at the moment
3030
- ensure that the thread contains all the context necessary for someone new to pick this up
31-
- add `help-wanted` label
31+
- add `help wanted` label
3232
- do we want to do it, but not in the next year?
3333
- comment acknowledging it, but that we don't plan on working on it this year.
3434
- add `future` label

0 commit comments

Comments
 (0)