From f1b001933179ad0d4b1454c6ac2bd8792c181429 Mon Sep 17 00:00:00 2001 From: ThaumRystra <9525416+ThaumRystra@users.noreply.github.com> Date: Wed, 13 Sep 2023 10:35:07 +0200 Subject: [PATCH] Added pull request template --- app/.github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app/.github/pull_request_template.md diff --git a/app/.github/pull_request_template.md b/app/.github/pull_request_template.md new file mode 100644 index 00000000..78e990e6 --- /dev/null +++ b/app/.github/pull_request_template.md @@ -0,0 +1,16 @@ +# Checklists + +## Adding features + +- [ ] My new pull request has zero code changes +- [ ] I have described the feature I intend to work on +- [ ] I have described how I intend to implement the feature +- [ ] I will wait for comment from the project's maintainers before submitting code changes + +## Fixing bugs +- [ ] I have performed a self-review of my code +- [ ] I have included a link to the relevant github issue or discord post in the description + +# Description + +`Detailed description of your changes`