Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from thepurplebubble/fix-issue-temps
Browse files Browse the repository at this point in the history
Update templates
  • Loading branch information
jaspermayone authored Dec 11, 2023
2 parents 9b106ed + 759f371 commit 50f4767
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/bugreport.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Bug report
description: Create a report to help us address an error.
title: "[BUG] - "
# labels: [""]
# assignees:
labels: ["πŸ›  goal: fix", "πŸ”’ staff only", "🚦 status: awaiting triage", "🧹 status: ticket work required"]
projects: ["thepurplebubble/1", "thepurplebubble/2"]
assignees:
- jdogcoder
body:
- type: markdown
attributes:
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/chore.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Chore
description: For requesting chores, such as cleaning up code.
title: "[CHORE] - "
# labels: [""]
# assignees:
labels: ["πŸ”’ staff only", "🚦 status: awaiting triage", "🧹 status: ticket work required"]
projects: ["thepurplebubble/1", "thepurplebubble/2"]
assignees:
- jdogcoder
body:
- type: markdown
attributes:
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Documentation
description: Request an update to invalid/outdated documentation
title: "[DOC] - "
# labels: [""]
# assignees:
labels: ["πŸ”’ staff only", "🚦 status: awaiting triage", "🧹 status: ticket work required", "πŸ“„ aspect: text"]
projects: ["thepurplebubble/1", "thepurplebubble/2"]
assignees:
- jdogcoder
body:
- type: markdown
attributes:
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Feature request
description: Suggest an idea for this project
title: "[FEAT] - "
# labels: [""]
# assignees:
labels: ["πŸ”’ staff only", "🚦 status: awaiting triage", "🧹 status: ticket work required", "⭐ goal: addition"]
projects: ["thepurplebubble/1", "thepurplebubble/2"]
assignees:
- jdogcoder
body:
- type: markdown
attributes:
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Other
description: Use this for any other issues. PLEASE do not create blank issues
title: "[OTHER] - "
# labels: [""]
# assignees:
labels: ["πŸ”’ staff only", "🚦 status: awaiting triage", "🧹 status: ticket work required"]
projects: ["thepurplebubble/1", "thepurplebubble/2"]
assignees:
- jdogcoder
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 50f4767

Please sign in to comment.