Skip to content

Commit c3dccb4

Browse files
committed
Add a message asking users to check for duplicates
1 parent 152133f commit c3dccb4

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ description: Something is not working correctly.
33
labels: "S: needs triage, type: bug"
44

55
body:
6+
- type: markdown
7+
attributes:
8+
value: >-
9+
Hi there!
10+
11+
We'd appreciate it if you could search on pip's existing issues prior to filing
12+
a bug report.
13+
14+
We get a lot of duplicate tickets and have limited maintainer capacity to triage
15+
them. Thanks!
16+
617
- type: textarea
718
attributes:
819
label: Description

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ description: Suggest an idea for this project
33
labels: "S: needs triage, type: feature request"
44

55
body:
6+
- type: markdown
7+
attributes:
8+
value: >-
9+
Hi there!
10+
11+
We'd appreciate it if you could search on pip's existing issues prior to filing
12+
a feature request.
13+
14+
We get a lot of duplicate tickets and have limited maintainer capacity to triage
15+
them. Thanks!
16+
617
- type: textarea
718
attributes:
819
label: What's the problem this feature will solve?

0 commit comments

Comments
 (0)