From afb061c3a18a12913ee29af4ca71f7235ba585da Mon Sep 17 00:00:00 2001 From: Seth Bertalotto Date: Thu, 24 Nov 2016 11:08:16 -0800 Subject: [PATCH] add github templates (#612) --- .github/ISSUE_TEMPLATE.md | 23 +++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 2 files changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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/