Skip to content

Commit

Permalink
Merge branch 'development' into 1489/add-all-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
trillium authored Oct 31, 2023
2 parents 09025ff + 822d161 commit f0454da
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
name: 'Bug Report'
description: 'Bug report HackforLA issue form.'

body:
- type: textarea
id: description
attributes:
label: Describe the Bug
description: Clearly state the bug
validations:
required: true
- type: dropdown
id: feature
attributes:
label: Feature
description: Select a feature related to the bug
options:
- AWS
- Brand
- Login
- Users
- Agenda
- Check in
- Database
- Dashboard
- Marketing
- Onboarding
- Repo Update
- Documentation
- GitHub Actions
- GitHub Hygiene
- Infrastructure
- Package Update
- ESLint Warnings
- Form validation
- Recurring Events
- Project Management
- Account Setup Automation
- Meeting Time Change Ticket
- Add/Remove PM access
validations:
required: true
- type: textarea
id: replicate
attributes:
label: How to Replicate
description: Clearly state how to replicate the bug
validations:
required: true
- type: dropdown
id: notification
attributes:
label: Request notification after bug squashing
description: Request notification after a bug is squashed
options:
- Yes
- No
validations:
required: true
- type: textarea
id: resource
attributes:
label: Resources/Information
description: Include any important resources/information

0 comments on commit f0454da

Please sign in to comment.