generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into 1489/add-all-fields
- Loading branch information
Showing
1 changed file
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |