summaryrefslogtreecommitdiffstats
path: root/.github/pull_request_template.md
Commit message (Collapse)AuthorAgeFilesLines
* .github: Update pull_request_template.mdLeif Lindholm2024-07-101-4/+4
| | | | | Slightly reword the template to be more specific and use active language. Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
* .github: Add PR templateMichael Kubacki2024-05-291-0/+27
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>