Skip to content

Commit

Permalink
[patch:git] Add labels to issue templates (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu authored Apr 19, 2019
1 parent 6e291b2 commit 4720ada
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/error-or-warning.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Error or warning
about: For reporting an error or warning generated by Arx
labels: error/warning
---

# Issue title
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/improvement.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Improvement to an existing feature
about: For suggesting an improvement to a feature already offered by Arx
labels: improvement
---

# Issue title
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/new-feature.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Suggesting a new feature
about: For proposing a new feature to Arx that would be beneficial
labels: feature
---

# Issue title
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/unexpected.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Unexpected or incorrect functionality
about: For reporting something that doesn't seem to be working correctly or is unexpected
labels: unexpected
---

# Issue title
Expand Down

0 comments on commit 4720ada

Please sign in to comment.