X Tutup
Skip to content

Commit 35e739d

Browse files
author
Sam Coe
committed
Link to bugs and feature requests
1 parent 022d29c commit 35e739d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
[legal]: https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license
44
[license]: ../LICENSE
55
[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%3A+label%3Aenhancement
68

79
Hi! Thanks for your interest in contributing to the GitHub CLI!
810

911
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.
1012

1113
Please do:
1214

13-
* check existing issues to verify that the bug or feature request has not already been submitted
15+
* check existing issues to verify that the [bug][bug issues] or [feature request][feature request issues] has not already been submitted
1416
* open an issue if things aren't working as expected
1517
* open an issue to propose a significant change
1618
* open a pull request to fix a bug

0 commit comments

Comments
 (0)
X Tutup