This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Github issue template + contributing doc (#4)
* Add Github issue template + contributing doc
- Loading branch information
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Please read [Contributing to Roots Projects](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
## Submit a feature request or bug report | ||
|
||
- [ ] I've read the [guidelines for Contributing to Roots Projects](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) | ||
- [ ] 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-woocommerce/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 |