diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..1b907be --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,23 @@ +### Description + +[Description of the bug or feature] + +### Expected behavior + + + +### Actual behavior + + + +### Steps to Reproduce + +1. [First Step] +2. [Second Step] +3. [and so on...] + +### Environment + +* Pure version: +* Browser name and version: +* Link to your project or example: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..3a417bb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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/