Add standard issue template
Hector Sanjuan committed
Apr 27, 2020 at 11:21 UTC
31176ee5c24e2612ed6a58e597a4ff502c4e9a9c
2 files changed
+27
.github/ISSUE_TEMPLATE/config.yml
new
+8
@@ -0,0 +1,8 @@
1
+blank_issues_enabled: false
2
+contact_links:
3
+ - name: Getting Help on IPFS
4
+ url: https://ipfs.io/help
5
+ about: All information about how and where to get help on IPFS.
6
+ - name: IPFS Official Forum
7
+ url: https://discuss.ipfs.io
8
+ about: Please post general questions, support requests, and discussions here.
.github/ISSUE_TEMPLATE/open_an_issue.md
new
+19
@@ -0,0 +1,19 @@
1
+---
2
+name: Open an issue
3
+about: Only for actionable issues relevant to this repository.
4
+title: ''
5
+labels: need/triage
6
+assignees: ''
7
+
8
+---
9
+<!--
10
+Hello! To ensure this issue is correctly addressed as soon as possible by the IPFS team, please try to make sure:
11
+
12
+- This issue is relevant to this repository's topic or codebase.
13
+
14
+- A clear description is provided. It should includes as much relevant information as possible and clear scope for the issue to be actionable.
15
+
16
+FOR GENERAL DISCUSSION, HELP OR QUESTIONS, please see the options at https://ipfs.io/help or head directly to https://discuss.ipfs.io.
17
+
18
+(you can delete this section after reading)
19
+-->