diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 3355baff..0d9f65ad 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -1,29 +1,17 @@ -##### Description - - -##### Related Issue + + - - -##### Motivation and Context +##### Description + + ##### How Has This Been Tested? -##### Screenshots (if appropriate): - -##### Checklist while waiting for a review -- [ ] Have you performed a self review of the code? -- [ ] Have you added adequate tests? -- [ ] If this adds a feature, has completions been added for zsh and fish? -- [ ] Have you updated documentation, man pages, help? -- [ ] Have you ensured any option flags are respected? -- [ ] Does your code pass CI tests? -- [ ] Does your commit summaries follow conventional commits? diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 14ff48d4..ec3467b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,6 +65,8 @@ vendored-openssl,git`. ## Creating a PR +First, use the pull request template. + Please make sure that the thing you worked on... actually works. Make sure to also add how you ensured this in the PR description. Further, it's expected that you do your best to check for regressions.