Skip to content

Commit

Permalink
add issue and PR templates for github, adapted from react project tem…
Browse files Browse the repository at this point in the history
…plates
  • Loading branch information
Shane Gibbons committed Jan 20, 2018
1 parent ceb61ea commit 8c7f4f5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
**Do you want to request a *feature* or report a *bug*?**

**What is the current behavior?**

**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than Air Traffic Control. Paste the link to your JSFiddle (https://jsfiddle.net/Luktwrdm/) or CodeSandbox (https://codesandbox.io/s/new) example below:**

**What is the expected behavior?**

**Which versions of Air Traffic Control, and which browser / OS are affected by this issue? Did this work in previous versions of Air Traffic Control?**
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
**Before submitting a pull request,** please make sure the following is done:

1. Fork [the repository](https://github.com/airplane-mode/air-traffic-control) and create your branch from `master`.
2. Run `npm install` in the repository root.
3. If you've fixed a bug or added code that should be tested, add tests!
4. Ensure the test suite passes (`npm run test`).
5. Make sure your code lints (`npm run lint`).

**Learn more about contributing:** https://airplane-mode.github.io/air-traffic-control/docs/contributing.html

0 comments on commit 8c7f4f5

Please sign in to comment.