Create prototype of GitHub Issue Template using Trellis equivalent as a base
As part of https://github.com/roots/sage/issues/1619
This commit is contained in:
committed by
Chris Rossi
parent
8d7bcee4c4
commit
6571dac556
61
.github/ISSUE_TEMPLATE.md
vendored
Normal file
61
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
## Submit a feature request or bug report
|
||||
|
||||
- [ ] This is a feature request
|
||||
- [ ] This is a bug report
|
||||
- [ ] This request isn't a duplicate of an [existing issue](https://github.com/roots/sage/issues)
|
||||
- [ ] I've read the [docs](https://roots.io/sage/docs) and [NPM Debugging Guidelines post](https://discourse.roots.io/t/npm-debugging-guidelines-failed-npm-install-bower-install-or-gulp-build-read-this/3060) and followed them (if applicable)
|
||||
- [ ] This is not a personal support request that should be posted on the [Roots Discourse](https://discourse.roots.io/c/sage) forums
|
||||
|
||||
Replace any `X` with your information.
|
||||
|
||||
---
|
||||
|
||||
**What is the current behavior?**
|
||||
|
||||
X
|
||||
|
||||
|
||||
**What is the expected or desired behavior?**
|
||||
|
||||
X
|
||||
|
||||
---
|
||||
|
||||
## Bug report
|
||||
|
||||
(delete this section if not applicable)
|
||||
|
||||
**Please provide steps to reproduce, including full log output:**
|
||||
|
||||
X
|
||||
|
||||
**Please describe your local environment:**
|
||||
|
||||
WordPress version: X
|
||||
|
||||
OS: X
|
||||
|
||||
NPM/Node version: X
|
||||
|
||||
**Where did the bug happen? Development or remote servers?**
|
||||
|
||||
X
|
||||
|
||||
|
||||
**Is there a related [Discourse](https://discourse.roots.io/) thread or were any utilized (please link them)?**
|
||||
|
||||
X
|
||||
|
||||
---
|
||||
|
||||
## Feature Request
|
||||
|
||||
(delete this section if not applicable)
|
||||
|
||||
**Please provide use cases for changing the current behavior:**
|
||||
|
||||
X
|
||||
|
||||
**Other relevant information:**
|
||||
|
||||
X
|
||||
Reference in New Issue
Block a user