From df43f90fb5ea129280eda77238506931965c4531 Mon Sep 17 00:00:00 2001 From: Evan Date: Wed, 26 Mar 2025 16:04:22 -0700 Subject: [PATCH] add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..a23029990 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +## Responsibility Acknowledgment + +- [ ] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced +- [ ] I understand that submitting code with bugs that could have been caught through basic manual testing: + - Significantly slows down the entire development process + - Blocks releases and new features for all contributors + - Harms the project's reliability and reputation + - Places additional debugging burden on maintainers who already have limited time + - Diverts valuable resources away from new development and improvements