From a275399059cc37aa02cac7e9385512b02ff5cf15 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Sun, 11 Feb 2024 21:29:07 -0300 Subject: [PATCH] simplify PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4bab3f47..8700b60e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,15 +1,5 @@ -Fixes #[issue number]. - -Changes proposed: - -- -- - -Upgrade Path (for changed or removed APIs): - - Acceptance Checklist: -- [ ] The commit message follows the guidelines in `CONTRIBUTING.md`. -- [ ] Documentation (README.md) and examples have been updated as needed. -- [ ] If this is a code change, a spec testing the functionality has been added. -- [ ] If the commit message has [changed] or [removed], there is an upgrade path above. +- [ ] Tests +- [ ] Documentation and examples (if needed) + +Fixes #[issue number].