From 0ae766d031a9dd8d518728205096a04b253fd9e4 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 26 Jul 2019 09:35:08 -0700 Subject: [PATCH] chore: port issue templates from go-ipfs --- .github/ISSUE_TEMPLATE/bug-report.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/doc.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/feature.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 9 +++++++++ 5 files changed, 68 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/doc.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..47facff2c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,20 @@ +--- +name: 'Bug Report' +about: 'Report a bug in go-libp2p.' +labels: bug +--- + + + +
+Version Information +
+
+
+
diff --git a/.github/ISSUE_TEMPLATE/doc.md b/.github/ISSUE_TEMPLATE/doc.md new file mode 100644 index 000000000..5a0d19821 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/doc.md @@ -0,0 +1,13 @@ +--- +name: 'Documentation Issue' +about: 'Report missing/erroneous documentation, propose new documentation, report broken links, etc.' +labels: documentation +--- + +#### Location + + + +#### Description + + diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 000000000..72d04f70a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,11 @@ +--- +name: 'Enhancement' +about: 'Suggest an improvement to an existing go-libp2p feature.' +labels: enhancement +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 000000000..7c3ed9d01 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,15 @@ +--- +name: 'Feature' +about: 'Suggest a new feature in go-libp2p.' +labels: feature +--- + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..97d8ca5fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,9 @@ +--- +name: 'Question/Support' +about: 'Ask a question about go-libp2p or request support.' +labels: question, invalid +--- + +This bug tracker is only for actionable bug reports and feature requests. Please direct any questions to https://discuss.libp2p.io or to our Matrix (#libp2p:matrix.org) or IRC (#libp2p on freenode) channels. + +If you don't get an immediate response, please keep trying.