Skip to content

Commit 176b9e2

Browse files
authored
chore: add issue templates with need/triage label (#328)
ensures all new issues are assigned the need/triage label and disables blank issues to guide users through the template.
1 parent 34294b8 commit 176b9e2

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Getting Help on IPFS
4+
url: https://ipfs.tech/help
5+
about: All information about how and where to get help on IPFS.
6+
- name: IPFS Discussion Forum
7+
url: https://discuss.ipfs.tech
8+
about: Please post general questions, support requests, and discussions here.

.github/ISSUE_TEMPLATE/issue.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Issue
2+
description: Report a bug, request a feature, or ask a question.
3+
labels:
4+
- need/triage
5+
body:
6+
- type: checkboxes
7+
attributes:
8+
label: Checklist
9+
options:
10+
- label: I have searched the [issue tracker](https://github.com/ipfs/rainbow/issues?q=is%3Aissue) for existing issues.
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: Description
15+
description: Please describe your issue, feature request, or question.
16+
validations:
17+
required: true

0 commit comments

Comments
 (0)