add some github template files
This commit is contained in:
40
.github/ISSUE_TEMPLATE.md
vendored
Normal file
40
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
Issue tracker is **ONLY** used for reporting bugs. New features should be discussed on our slack channel.
|
||||||
|
|
||||||
|
<!--- Provide a general summary of the issue in the Title above -->
|
||||||
|
|
||||||
|
## Expected Behavior
|
||||||
|
|
||||||
|
<!--- Tell us what should happen -->
|
||||||
|
|
||||||
|
## Current Behavior
|
||||||
|
|
||||||
|
<!--- Tell us what happens instead of the expected behavior -->
|
||||||
|
|
||||||
|
## Possible Solution
|
||||||
|
|
||||||
|
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
|
||||||
|
|
||||||
|
## Steps to Reproduce
|
||||||
|
|
||||||
|
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
|
||||||
|
<!--- reproduce this bug. Include code to reproduce, if relevant -->
|
||||||
|
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
4.
|
||||||
|
|
||||||
|
## Context (Environment)
|
||||||
|
|
||||||
|
<!--- How has this issue affected you? What are you trying to accomplish? -->
|
||||||
|
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
|
||||||
|
|
||||||
|
<!--- Provide a general summary of the issue in the Title above -->
|
||||||
|
|
||||||
|
## Detailed Description
|
||||||
|
|
||||||
|
<!--- Provide a detailed description of the change or addition you are proposing -->
|
||||||
|
|
||||||
|
## Possible Implementation
|
||||||
|
|
||||||
|
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
|
||||||
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
<!-- Rembember to format your Pull Request Title in the following manner: -->
|
||||||
|
<!-- Short Description -->
|
||||||
|
|
||||||
|
### Pre-PR Checklist
|
||||||
|
|
||||||
|
- [ ] I have run `npm test` locally and there are no warnings or errors, from lint or test
|
||||||
|
- [ ] I have added screenshots if applicable
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
<!-- Enter a brief summary of the change -->
|
||||||
|
|
||||||
|
### Screenshots
|
||||||
|
|
||||||
|
<!-- Place screenshot of the before and after here -->
|
||||||
|
|
||||||
|
### Issue
|
||||||
|
|
||||||
|
<!-- Put a link to a github issue if relevant -->
|
||||||
|
|
||||||
|
## How Has This Been Tested?
|
||||||
|
|
||||||
|
<!--- Please describe in detail how you tested your changes. -->
|
||||||
|
<!--- Include details of your testing environment, and the tests you ran to -->
|
||||||
|
<!--- see how your change affects other areas of the code, etc. -->
|
||||||
|
|
||||||
|
### Reviewers
|
||||||
|
|
||||||
|
- @alanhamlett
|
||||||
Reference in New Issue
Block a user