Add GitHub Issue Templates and Automation #722
+946
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Brings edk2-platforms GitHub issues into parity with edk2.
.github: Add GitHub issue templates
REF: tianocore/edk2#5926
Adds GitHub form isssue templates for bugs, documentation requests,
and feature requests.
These files define the form structure in YAML to be rendered by
GitHub in the edk2-platforms repo issues area.
Due to the large amount of diverse content on edk2-platforms an
attempt was made to classify code areas in the best way for the
current organization of the code path in the tree. Please suggest
any corrections in the PR.
.github: Add issue automation workflows
REF: tianocore/edk2#5926
Adds workflows to manage labels on issues based on issue content.
This uses the same flow as already used for issues in the edk2 repo.
Workflows:
issue-assignment
- Performs actions when an issue is assigned.state:needs-owner
label.issue-triage
- Assigns initial labels to the issue based on dataentered when the issue was created.
advanced-issue-labeler.yml
scheduled-maintenance
- Runs every hour to perform clean up workneed on issues.
state:wont-fix
labelapplied.
Tested on my edk2-platforms fork.