Skip to content

Commit

Permalink
Merge pull request #6333 from ipfs/gh/issue-templates
Browse files Browse the repository at this point in the history
github: turn issue template into a multiple-choice question
  • Loading branch information
Stebalien authored May 15, 2019
2 parents 942760b + 53eb264 commit f37409e
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 39 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: 'Bug Report'
about: 'Report a bug in go-ipfs.'
labels:
- bug
---

#### Version information:
<!-- Output From `ipfs version --all`
Please check dist.ipfs.io for a newer version of go-ipfs and update if necessary. Report back if the problem persists.
If you can't run `ipfs version --all` or that command fails, include as much information as you can: IPFS version, computer architecture (e.g., Intel x86 64bit), operating system, etc. -->

#### Description:
<!-- This is where you get to tell us what went wrong. When doing so, please make sure to include *all* relevant information.
Please try to include:
* What you were doing when you experienced the bug.
* Any error messages you saw, *where* you saw them, and what you believe may have caused them (if you have any ideas).
* When possible, steps to reliably produce the bug.
-->
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 'Documentation Issue'
about: 'Report missing/erroneous documentation, propose new documentation, report broken links, etc.'
labels:
- documentation
---

#### Location

<!-- In the case of missing/erroneous documentation, where is the error? If possible, a link/url would be great! -->

#### Description

<!-- Describe the documentation issue. -->
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: 'Enhancement'
about: 'Suggest an improvement to an existing go-ipfs feature.'
labels:
- enhancement
---

<!--
Note: If you'd like to suggest an idea related to IPFS but not specifically related to the go implementation, please file an issue at https://github.com/ipfs/ipfs instead
When requesting an _enhancement_, please be sure to include your motivation and try to be as specific as possible.
-->
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: 'Feature
about: 'Suggest a new feature in go-ipfs.'
labels:
- feature
---

<!--
Note: If you'd like to suggest an idea related to IPFS but not specifically related to the go implementation, please file an issue at https://github.com/ipfs/ipfs instead
When requesting a _feature_, please be sure to include:
* Your motivation. Why do you need the feature?
* How the feature should work.
Please try to be as specific and concrete as possible.
-->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -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.
39 changes: 0 additions & 39 deletions ISSUE_TEMPLATE.md

This file was deleted.

0 comments on commit f37409e

Please sign in to comment.