From ac3cbf65b05113d2483d8574e25ee5b92039ba92 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Fri, 26 Apr 2024 14:07:37 +0100 Subject: [PATCH] added draft template --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 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 00000000..67239921 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +If you are a first-time contributor to GEOUNED, please read our contributing guidelines: +https://github.com/GEOUNED-org/GEOUNED/blob/main/CONTRIBUTING.md + +# Description + +Please include a summary of the changes and motivation for the changes + +# Fixes issue + +Please link to any issues that this PR fixes + +# Checklist + +- [ ] I'm making a PR from a feature branch on my fork into GEOUNED-org/GEOUNED/dev branch +- [ ] I have followed [PEP8 style guide]([url](https://peps.python.org/pep-0008/)) for Python or run a formatter such as [black]([url](https://github.com/psf/black)) or [ruff format]([url](https://github.com/astral-sh/ruff)) on my code +- [ ] I have made corresponding changes to the documentation +- [ ] I have added tests that prove my fix is effective or that my feature works