-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add issue and PR templates for github, adapted from react project tem…
…plates
- Loading branch information
Shane Gibbons
committed
Jan 20, 2018
1 parent
ceb61ea
commit 8c7f4f5
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |