From 7cd169f844e217295296e164d0466cf46083ba99 Mon Sep 17 00:00:00 2001 From: Bartek532 <57185551+Bartek532@users.noreply.github.com> Date: Fri, 6 Aug 2021 19:23:29 +0200 Subject: [PATCH 1/2] add issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 15 +++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..0fac15d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug]" +labels: "Type: Bug" +assignees: "" +--- + +**To Reproduce** +Steps to reproduce the behavior: + +**Actual behavior** +What actually happened. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Notes** +Ideas for fix or anything else. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..56b37ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,15 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature]" +labels: "Type: Feature" +assignees: "" +--- + +**Problem** +A clear and concise description of what the problem is. E.g. I'm always frustrated when [...] + +**Idea** +A clear and concise description of what you want to happen. + +**Notes** From 493711b8e52880a8567d90f1d64d8325512cc729 Mon Sep 17 00:00:00 2001 From: Bartek532 <57185551+Bartek532@users.noreply.github.com> Date: Fri, 6 Aug 2021 19:25:01 +0200 Subject: [PATCH 2/2] add pr template --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 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..55309be --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +### Summary + +Include a summary of the change and which issue is fixed. + +### Browser checklist + +This PR has been tested in the following browsers: + +- [ ] Chrome +- [ ] Safari +- [ ] Firefox + +### Closes # <-- link the issue number here