From 743e258de4c92a120c305baa8302addb7aac98cb Mon Sep 17 00:00:00 2001 From: satnaing Date: Sun, 13 Oct 2024 09:42:30 +0700 Subject: [PATCH] chore(template): add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 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..8bf5bad --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,30 @@ +## Description + + + +## Types of changes + + + +- [ ] Bug Fix (non-breaking change which fixes an issue) +- [ ] New Feature (non-breaking change which adds functionality) +- [ ] Documentation Update (if none of the other choices apply) +- [ ] Others (any other types not listed above) + +## Checklist + + + +- [ ] I have read the [Contributing Guide](https://github.com/satnaing/astro-paper/blob/main/.github/CONTRIBUTING.md) +- [ ] I have added the necessary documentation (if appropriate) +- [ ] Breaking Change (fix or feature that would cause existing functionality to not work as expected) + +## Further comments + + + +## Related Issue + + + +Closes: #