-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6333 from ipfs/gh/issue-templates
github: turn issue template into a multiple-choice question
- Loading branch information
Showing
6 changed files
with
75 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.