diff --git a/.github/ISSUE_TEMPLATE/~good-first-issue.md b/.github/ISSUE_TEMPLATE/~good-first-issue.md new file mode 100644 index 0000000000000000000000000000000000000000..b5ef71ae6f61176af1c6672870a823c1f34bf018 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/~good-first-issue.md @@ -0,0 +1,15 @@ +--- +name: (Maintainers Only) Good First Issue +about: For maintainers, to create an issue that is good for new contributors +labels: ["good first issue"] + +--- + + + + + + +--- + +**Good First Issue**: This issue is a good starting point for first time contributors -- the process of fixing this should be a good introduction to pip's development workflow. If you've already contributed to pip, work on [another issue without this label](https://github.com/pypa/pip/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+-label%3A%22good+first+issue%22) instead. If there is not a corresponding pull request for this issue, it is up for grabs. For directions for getting set up, see our [Getting Started Guide](https://pip.pypa.io/en/latest/development/getting-started/). If you are working on this issue and have questions, feel free to ask them here, [`#pypa-dev` on Freenode](https://webchat.freenode.net/?channels=%23pypa-dev), or the [pypa-dev mailing list](https://groups.google.com/forum/#!forum/pypa-dev).