From 6120eb53cdced0b145add093e8b6a86af0a30b6b Mon Sep 17 00:00:00 2001 From: Walkx Date: Fri, 13 May 2022 13:41:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Adds=20pull?= =?UTF-8?q?=20request=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 000000000..a84bac79d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,23 @@ +*Thank you for contributing to Homarr! So that your Pull Request can be handled effectively, please populate the following fields (delete sections that are not applicable)* + +### Category +> One of: Bugfix / Feature / Code style update / Refactoring Only / Build related changes / Documentation / Other (Please specify!) + +### Overview +> Briefly outline your new changes... + +### Issue Number _(if applicable)_ +> Related issue: #00 + +### New Vars _(if applicable)_ +> If you've added any new build scripts, environmental variables, config file options, dependency please outline here. + +### Screenshot _(if applicable)_ +> If you've introduced any significant UI changes, please include a screenshot. + +### Code Quality Checklist _(Please complete)_ +- [ ] All changes are backwards compatible +- [ ] There are no (new) build warnings or errors +- [ ] _(If a new config option is added)_ Attribute is outlined in the schema and documented +- [ ] _(If a new dependency is added)_ Package is essential, and has been checked out for security or performance +- [ ] Bumps version, if new feature added