add github templates (#612)

This commit is contained in:
Seth Bertalotto 2016-11-24 11:08:16 -08:00 committed by GitHub
parent 31378c7202
commit afb061c3a1
2 changed files with 32 additions and 0 deletions

23
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,23 @@
### Description
[Description of the bug or feature]
### Expected behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
### Actual behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
### Steps to Reproduce
1. [First Step]
2. [Second Step]
3. [and so on...]
### Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Pure version:
* Browser name and version:
* Link to your project or example:

9
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,9 @@
Please consider the following before submitting a pull request:
Guidelines for contributing: https://github.com/yahoo/pure/blob/master/CONTRIBUTING.md
Example of changes on an interactive website such as the following:
- http://jsbin.com/
- http://jsfiddle.net/
- http://codepen.io/pen/