Skip to content

Commit

Permalink
added/updated hotfix/bug templates
Browse files Browse the repository at this point in the history
  • Loading branch information
cris-oddball committed Nov 1, 2024
1 parent ff65d1d commit 172c2f2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Notify Bug Template
about: Create a report to help us improve
title: 'BUG: '
labels: Notify
labels: Notify, bug
assignees: ''

---
Expand Down
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/hotfix-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Notify Hotfix Template
about: Create hotfix ticket for urgent PRs
title: 'HOTFIX: '
labels: Notify, hotfix
assignees: ''

---

## Description - What Problem Does This Solve?

<!--_**Required.** Briefly describe the problem below this line. Note that all of this can be filled in when the PR is in review_-->

- [ ] Ticket is understood, and QA has been contacted (if the ticket has a QA label).
- [ ] Sprint is added to this ticket and ticket is moved to In Progress
- [ ] Point value is assigned to this ticket when the effort is determined
- [ ] This work is added to the sprint review slide deck (key win bullet point and demo slide)


## QA Considerations
<!-- Populate with relevant info for QA. Leave blank if QA is not applicable on this ticket. -->

## Additional Info & Resources
<!--Always attempt to include additional information. This could include screenshots, log snippets, links to applicable code files, and/or articles/websites that have relevant info on the issue. Leave blank if n/a.-->

0 comments on commit 172c2f2

Please sign in to comment.