Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create bug report template #1362 #1520

Merged
merged 2 commits into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading