This commit is contained in:
Steve Mao
2016-03-09 23:16:48 +11:00
commit 4d80905c7e
23 changed files with 498 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Please follow the general troubleshooting steps first:
- [ ] Ran ?
- [ ] Ran ?
- [ ] If you're seeing permission errors ?
<!-- You can erase any parts of this template not applicable to your Issue. -->
### Bug reports:
Please replace this line with a brief summary of your issue **AND** if reporting a build issue include the link from:
### Features:
**Please note by far the quickest way to get a new feature is to file a Pull Request.**
We will consider your request but it may be closed if it's something we're not actively planning to work on.
+17
View File
@@ -0,0 +1,17 @@
### All Submissions:
* [ ] Have you followed the guidelines in our Contributing document?
* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change?
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
### New Feature Submissions:
1. [ ] Does your submission pass tests?
2. [ ] Have you lint your code locally prior to submission?
### Changes to Core Features:
* [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
* [ ] Have you written new tests for your core changes, as applicable?
* [ ] Have you successfully ran tests with your changes locally?