From 72ce3ba0fe9b7ff740dc29a87d0863d9416b3cf8 Mon Sep 17 00:00:00 2001 From: Diego Ramirez Date: Thu, 18 Aug 2022 11:02:37 -0500 Subject: [PATCH] Delete the "good first issue" template Seems like we're not using this template, and other users are using it as "good first reporters". --- .github/ISSUE_TEMPLATE/~good-first-issue.yml | 38 -------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/~good-first-issue.yml diff --git a/.github/ISSUE_TEMPLATE/~good-first-issue.yml b/.github/ISSUE_TEMPLATE/~good-first-issue.yml deleted file mode 100644 index 81e206a35f9..00000000000 --- 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