diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md new file mode 100644 index 0000000..da4f2ed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -0,0 +1,42 @@ +--- +name: "\U0001F41B Bug report" +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + + + +**Describe the bug** + + +**Steps to Reproduce** + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** + + +**Screenshots** + + +**Environment information** + - Device: + - OS: + - Browser and version: + - WordPress version: + + - Plugins and version: + - Theme and version: + + -
Site Health Info: + +
+ +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/2-enhancement.md b/.github/ISSUE_TEMPLATE/2-enhancement.md new file mode 100644 index 0000000..c1fcf97 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-enhancement.md @@ -0,0 +1,25 @@ +--- +name: "\U0001F680 Enhancement" +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + + + +**Is your enhancement related to a problem? Please describe.** + + +**Describe the solution you'd like** + + +**Designs** + + +**Describe alternatives you've considered** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/3-help.md b/.github/ISSUE_TEMPLATE/3-help.md new file mode 100644 index 0000000..6682520 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-help.md @@ -0,0 +1,13 @@ +--- +name: "❓ Need help?" +about: Ask us a question, we're here to help! +title: '' +labels: question +assignees: '' + +--- + + + +**Describe your question** + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..0d06a05 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,56 @@ + + +### Description of the Change + + + +### Alternate Designs + + + +### Benefits + + + +### Possible Drawbacks + + + +### Verification Process + + + +### Checklist: + + + +- [ ] I have read the [**CONTRIBUTING**](https://github.com/wpengine/phpcompat/blob/develop/CONTRIBUTING.md) document. +- [ ] My code follows the code style of this project. +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. +- [ ] I have added tests to cover my change. +- [ ] All new and existing tests passed. + + + +### Applicable Issues + + + +### Changelog Entry + +