diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 2295e1ca9..e57d2a2c9 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -76,6 +76,12 @@ Kernel patches are accepted under these conditions: - **Upstream first**: Prefer upstream patches — include the original commit hash - **Justification**: Explain why a patch is needed and why it can't be done out-of-tree - **CI**: Azure pipeline checks must pass +- **PR description template**: Fill out all sections of the [PR template](pull_request_template.md) when submitting a pull request: + - **What I did**: Summarize the change being made + - **Why I did it**: Explain motivation and context for the change + - **How I verified it**: Provide steps or commands to test the change + - **Details if related**: Include any additional context, links, or related information + ## Gotchas diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..05366e3ff --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ + + +**What I did** + +**Why I did it** + +**How I verified it** + +**Details if related**