Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dphfox authored Jul 3, 2024
1 parent c5276c5 commit 2a9fe75
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/broken--documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: 'Broken: Documentation'
about: Documentation inaccuracies or errors in examples
title: ''
labels: bug, not ready - evaluating
labels: broken, not ready - evaluating
assignees: ''

---
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/broken--fusionkit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: 'Broken: FusionKit'
about: An official developer tool isn't working correctly
title: ''
labels: 'broken, not ready - evaluating, targeting: FusionKit'
assignees: dphfox

---


2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/broken--library.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: 'Broken: Library'
about: Unexpected errors or incorrect behaviour with the Fusion library
title: ''
labels: bug, not ready - evaluating
labels: broken, not ready - evaluating
assignees: ''

---
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement--fusionkit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: 'Enhancement: FusionKit'
about: New features or quality of life improvements for dev tools
title: ''
labels: 'enhancement, not ready - evaluating, targeting: FusionKit'
assignees: dphfox

---


10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/meta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Meta
about: Relating to the Fusion project, repository or management
title: ''
labels: 'targeting: meta'
assignees: ''

---


0 comments on commit 2a9fe75

Please sign in to comment.