From 53eb26476f22a95941b35b4a2977b9c0aafd93d8 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 14 May 2019 16:54:07 -0700 Subject: [PATCH] github: turn issue template into a multiple-choice question This way: 1. Contributors have to click _something_ so they're more likely to read this. 2. Each issue gets correctly labeled. 3. We can customize the template for different types of issues so contributors don't have to read as much. License: MIT Signed-off-by: Steven Allen --- .github/ISSUE_TEMPLATE/bug-report.md | 22 +++++++++++++++ .github/ISSUE_TEMPLATE/doc.md | 14 ++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 12 +++++++++ .github/ISSUE_TEMPLATE/feature.md | 16 +++++++++++ .github/ISSUE_TEMPLATE/question.md | 11 ++++++++ ISSUE_TEMPLATE.md | 39 --------------------------- 6 files changed, 75 insertions(+), 39 deletions(-) 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 delete mode 100644 ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000000..1b0fed9acdd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,22 @@ +--- +name: 'Bug Report' +about: 'Report a bug in go-ipfs.' +labels: + - bug +--- + +#### Version information: + + +#### Description: + diff --git a/.github/ISSUE_TEMPLATE/doc.md b/.github/ISSUE_TEMPLATE/doc.md new file mode 100644 index 00000000000..4662fb7bb06 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/doc.md @@ -0,0 +1,14 @@ +--- +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 00000000000..6615bf70e8c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,12 @@ +--- +name: 'Enhancement' +about: 'Suggest an improvement to an existing go-ipfs feature.' +labels: + - enhancement +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000000..c8b1c8f50db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,16 @@ +--- +name: 'Feature +about: 'Suggest a new feature in go-ipfs.' +labels: + - feature +--- + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000000..4876ae59dde --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: 'Question/Support' +about: 'Ask a question about go-ipfs 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.ipfs.io or to our Matrix (#ipfs:matrix.org) or IRC (#ipfs on freenode) channels. + +If you don't get an immediate response, please keep trying. diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 1646b2af10b..00000000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,39 +0,0 @@ - - -#### Version information: - - -#### Type: - - -#### Description: -