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** 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