Skip to content

Commit

Permalink
other: add labels to issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStormwood committed Sep 20, 2023
1 parent 1dee4ba commit d1d3df3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: bug
assignees: ''

---
Expand Down
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Documentation
about: Request some new or modified project documentation.
title: 'docs: New page of documentation'
labels: documentation
assignees: ''

---

# Are you requesting a new page of documentation or a modification to an existing page of documentation?

Provide a link to the page if it's an already-existing page.


# What would you like to see on this page?

The more detail you can provide, the better the page will be!
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
labels: enhancement
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/user-story.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: User story
about: Map out a user story for a Sourcepool feature or function.
title: 'docs: As a ___, I want to ___, because ___.'
labels: ''
labels: user story
assignees: ''

---
Expand Down

0 comments on commit d1d3df3

Please sign in to comment.