diff --git a/.github/ISSUE_TEMPLATE/bugs.md b/.github/ISSUE_TEMPLATE/bugs.md new file mode 100644 index 0000000..e5fa774 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bugs.md @@ -0,0 +1,40 @@ +--- +name: Report a bug +about: Use this template to report a bug. +title: "bug: ###" +labels: status:unconfirmed +assignees: davidsneighbour +--- + +Issue tracker is **ONLY** used for reporting bugs. New features should be discussed on our slack channel. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. + + + +## Expected Behavior + + +## Current Behavior + + +## Possible Solution + + +## Steps to Reproduce + + +1. +2. +3. +4. + +## Context (Environment) + + + + + +## Detailed Description + + +## Possible Implementation + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..1b7b2fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Feature requests and problem solutions + url: /theNewDynamic/gohugo-theme-ananke/discussions + about: Please ask and answer questions here. Open a bug report only if you are sure it is a bug. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..5140d73 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,25 @@ +**IMPORTANT: Please do not create a Pull Request without creating an issue first.** + +*Any change needs to be discussed before proceeding. Not doing so may result in the rejection of the pull request without much notice.* + +Please provide enough information so that others can review your pull request: + + + +Explain the **details** for making this change. What existing problem does the pull request solve? + + + +**Test plan (required)** + +Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. + + + +**Code formatting** + + + +**Closing issues** + +Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes.