From b8db9e0b25a63cb863a46f112f00a55fe3b479ea Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Mon, 27 Feb 2023 09:56:16 -0300 Subject: [PATCH] add PR template --- .github/pull_request_template.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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..b6bfebb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,23 @@ + + +#### Description Of Changes in the Pull Request + + + +#### Checklist + +- [ ] I read the [CONTRIBUTING.md](https://github.com/ioos/ioos-python-package-skeleton/blob/main/CONTRIBUTING.md) guide +- [ ] Closes #xxxx +- [ ] Added Tests +- [ ] Added Documented of the changes/features