summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDiego Ramirez <dr01191115@gmail.com>2022-08-18 11:02:37 -0500
committerGitHub <noreply@github.com>2022-08-18 11:02:37 -0500
commit72ce3ba0fe9b7ff740dc29a87d0863d9416b3cf8 (patch)
tree59abe144ee01e3cef71f6701c5c222ec06b31d55 /.github
parente2c9c40edeb65b9d26c13a12dbe5642dc2e00fd0 (diff)
downloadpip-72ce3ba0fe9b7ff740dc29a87d0863d9416b3cf8.tar.gz
Delete the "good first issue" template
Seems like we're not using this template, and other users are using it as "good first reporters".
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/~good-first-issue.yml38
1 files changed, 0 insertions, 38 deletions
diff --git a/.github/ISSUE_TEMPLATE/~good-first-issue.yml b/.github/ISSUE_TEMPLATE/~good-first-issue.yml
deleted file mode 100644
index 81e206a35..000000000
--- a/.github/ISSUE_TEMPLATE/~good-first-issue.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-name: Good first issue
-description: If you're a pip maintainer, use this to create a "good first issue" for new contributors.
-labels: "good first issue"
-
-body:
- - type: textarea
- attributes:
- label: Description
- description: >-
- A clear and concise description of what the task is.
- validations:
- required: true
-
- - type: textarea
- attributes:
- label: What needs to be done
- description: >-
- Describe what the contributor would need to do, describing the change.
- See https://github.com/pypa/pip/issues/7661 for example.
- validations:
- required: true
-
- - type: textarea
- attributes:
- label: Guidance for potential contributors
- description: >-
- Usually, you don't have to modify the content here.
- value: >-
- 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 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. If you've contributed code to pip before, we encourage you to
- pick up an issue without this label.
- validations:
- required: true