Commit graph

3 commits

Author SHA1 Message Date
Michael Kubacki
0b68bfa540 .github: Add RFC 0003 Breaking Change and Release Process files
Adds the GitHub issue template files for the EDK II Breaking Change
and Release Process, as well as a link to the process in the pull
request template.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
2026-07-10 22:02:44 +00:00
Leif Lindholm
0f45be1633 .github: Update pull_request_template.md
Slightly reword the template to be more specific and use active language.

Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
2024-07-10 16:02:43 +00:00
Michael Kubacki
55f8bddade .github: Add PR template
Adds a pull request template with important information to note in
the PR description and guidance on how to classify the PR.

A simple GitHub action is present that applies three labels based
on the boxes checked in the PR template:

- `impact:breaking-change`
- `impact:security`
- `impact:testing`

These provide several purposes.

1. Bring attention to the impact of the PR both for reviewers and
   consumers that reference the PR in the future during debug
   or integration.
2. Allow automated tools like those that create release notes to
   be able to highlight important changes.
3. Similarly, to allow PR searches to conditionalize the search on
   PRs with these tags present.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
2024-05-29 00:40:36 +00:00