From 50b2964e80897777e92935cb1271cce1c3314845 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Sat, 17 Aug 2024 12:28:14 +0200 Subject: [PATCH] Add pull request templates Added GitHub pull request templates for bug fixes and feature additions to help new contributors format their PRs and help maintainers to review these. The PR templates where modelled on the large PRs that were merged into Mesa recently. See https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository --- .github/PULL_REQUEST_TEMPLATE/bug.md | 16 ++++++++++++++++ .github/PULL_REQUEST_TEMPLATE/feature.md | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/bug.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/feature.md diff --git a/.github/PULL_REQUEST_TEMPLATE/bug.md b/.github/PULL_REQUEST_TEMPLATE/bug.md new file mode 100644 index 00000000000..36b2677df0e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bug.md @@ -0,0 +1,16 @@ +## Summary + + +## Bug / Issue + + +## Implementation + + +## Testing + + +## Additional Notes + + +## Motive + + +## Implementation + + +## Usage Examples + + +## Additional Notes +