Skip to content

Commit

Permalink
Merge pull request #6503 from andrew/issue-templates
Browse files Browse the repository at this point in the history
Fix automatic labels in issue templates
  • Loading branch information
Stebalien authored Jul 12, 2019
2 parents 84bc542 + 9b5fe58 commit 28c9c3a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
name: 'Bug Report'
about: 'Report a bug in go-ipfs.'
labels:
- bug
labels: bug
---

#### Version information:
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/doc.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
name: 'Documentation Issue'
about: 'Report missing/erroneous documentation, propose new documentation, report broken links, etc.'
labels:
- documentation
labels: documentation
---

#### Location
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
name: 'Enhancement'
about: 'Suggest an improvement to an existing go-ipfs feature.'
labels:
- enhancement
labels: enhancement
---

<!--
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
name: 'Feature'
about: 'Suggest a new feature in go-ipfs.'
labels:
- feature
labels: feature
---

<!--
Expand Down
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
name: 'Question/Support'
about: 'Ask a question about go-ipfs or request support.'
labels:
- question
- invalid
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.
Expand Down

0 comments on commit 28c9c3a

Please sign in to comment.