generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 85
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 dependabot/npm_and_yarn/client/semver…
…-5.7.2
- Loading branch information
Showing
42 changed files
with
1,407 additions
and
601 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 |
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
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
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
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,17 @@ | ||
name: Waiting to Merge | ||
|
||
on: | ||
pull_request: | ||
types: [synchronize, opened, reopened, labeled, unlabeled] | ||
|
||
jobs: | ||
do-not-merge: | ||
if: ${{ contains(github.event.*.labels.*.name, 'waiting to merge') }} | ||
name: Prevent Merging | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check for label | ||
run: | | ||
echo "Pull request is labeled as 'waiting to merge'" | ||
echo "This workflow fails so that the pull request cannot be merged" | ||
exit 1 |
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
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
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
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
Oops, something went wrong.