From 0ecce6dacef3fd22d8959eab28f866ceb077cb61 Mon Sep 17 00:00:00 2001 From: Open-Set-Go Date: Sun, 7 Apr 2024 16:51:25 +0900 Subject: [PATCH] =?UTF-8?q?Pull-Request=20Template=20generated=20by=20Open?= =?UTF-8?q?-Set-Go=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pull_request_template.md | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 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 0000000..508ce7a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,35 @@ + + +## Describe changes + +_Describe a summary of the changes and the related issue to communicate to the maintainers why we should accept this pull request._ + +## Issue number or link + +## Types of changes + +What is the type of code change? +_Put an `x` in the boxes that apply_ + +- [ ] Bugfix (changes that resolve errors) +- [ ] New feature (changes which adds functionality) +- [ ] Breaking change (big changes that affect existing functionality) +- [ ] Documentation Update + +## Checklist + +_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._ + +- [ ] I have read the "README.md" +- [ ] My changes generate no new warnings +- [ ] unit tests pass locally with my changes +- [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] I have added necessary documentation +- [ ] Any dependent changes have been merged and published in downstream modules + +## Further comments + +_Please let me know if there's anything else to explain_