Skip to content

Commit

Permalink
(doc) Update GitHub Issue Templates
Browse files Browse the repository at this point in the history
- add recommendation against reformatting code
- add template for feature requests
  • Loading branch information
ferventcoder committed Feb 20, 2016
1 parent 541b26e commit 3a86430
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DO NOT CREATE AN ISSUE FOR A QUESTION - questions are better served as email or
DELETE EVERYTHING IN THIS COMMENT BLOCK
## Template for Bug Reports
TEMPLATE FOR BUG REPORTS:
-->

### What You Are Seeing?
Expand All @@ -37,3 +37,9 @@ OR
~~~sh
PLACE LOG CONTENT HERE
~~~

<!--
TEMPLATE FOR FEATURE REQUESTS:
It's a blank slate, have fun!
-->
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ A summary of our expectations:
- You are not submitting a pull request from your MASTER branch.
- You are able to sign the Contributor License Agreement (CLA).
- YOUR GIT COMMIT MESSAGE FORMAT IS EXTREMELY IMPORTANT. We have a very defined expectation for this format and are sticklers about it. Really, READ the entire Contributing document. It will save you and us pain.
- Do not reformat code, it makes it hard to see what has changed. Leave the formatting to us.
THANKS! We appreciate you reading the entire Contributing document and not just scanning through it.
Expand Down

0 comments on commit 3a86430

Please sign in to comment.