Skip to content

Commit

Permalink
chore(repo): Add GH issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTomlin committed Feb 18, 2016
1 parent 6d4f98d commit eb3ed92
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Hi there!

Thanks for submitting an issue to Protractor.

To help us help you better, please do the following before submitting an issue:

1. Review the questions section of [CONTRIBUTING.md](https://github.com/angular/protractor/blob/master/CONTRIBUTING.md#contributing)
2. Ensure that your issue is a bug or a feature request, and not a usage or debugging question
3. Fill in the information that corresponds to your type of issue below
4. Delete this intro and any unrelated text :smile: (if you do not we'll assume you haven't read these instructions and automatically close the issue)


Bug report
---

- Node Version: ``
- Protractor Version: ``
- Browser(s): ``
- Operating System and Version ``
- Your protractor configuration file
- A relevant example test
- Output from running the test
- Steps to reproduce the bug


Feature Request
---

- Reasons for adopting new feature
- Is this a breaking change? (How will this affect existing functionality)

0 comments on commit eb3ed92

Please # to comment.