From ae0849b3e66652f32c80c9c7db5d6ca0af7c95de Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 5 May 2021 12:41:21 -0500 Subject: [PATCH 1/2] add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 56 ++++++++++++++++++++++++++++++++ 1 file changed, 56 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..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 + + From 52a5f8124ec297535edce1bece96820cd93e6579 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 5 May 2021 12:44:09 -0500 Subject: [PATCH 2/2] add issue templates --- .github/ISSUE_TEMPLATE/1-bug-report.md | 42 +++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/2-enhancement.md | 25 +++++++++++++++ .github/ISSUE_TEMPLATE/3-help.md | 13 ++++++++ 3 files changed, 80 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1-bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/2-enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/3-help.md 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** +