From 23d19052161966a93fbb9ba4957e6000489f5e00 Mon Sep 17 00:00:00 2001 From: Ivan Gabriele Date: Tue, 28 Nov 2023 00:10:34 +0100 Subject: [PATCH] ci(github): add pull request template --- .github/FUNDING.yml | 1 + .github/pull_request_template.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/pull_request_template.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..5ff7366 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: [ivangabriele] diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..6e32d77 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +## Description + +A clear and concise description of what your pull request is about. + +## Checklist + +- [ ] I updated the documentation accordingly. Or I don't need to. +- [ ] I updated the tests accordingly. Or I don't need to.