Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 3bc465c

Browse files
NickTomlinjuliemr
authored andcommitted
chore(repo): Add GH issue template
Closes #2952
1 parent cc0478f commit 3bc465c

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Hi there!
2+
3+
Thanks for submitting an issue to Protractor.
4+
5+
To help us help you better, please do the following before submitting an issue:
6+
7+
1. Review the questions section of [CONTRIBUTING.md](https://github.com/angular/protractor/blob/master/CONTRIBUTING.md#contributing)
8+
2. Make sure you are not asking a usage or debugging question. If you are, use [StackOverflow](http://stackoverflow.com/questions/tagged/protractor), [Google Group discussion list](https://groups.google.com/forum/?fromgroups#!forum/angular), or [Gitter](https://gitter.im/angular/protractor) to get help.
9+
3. Fill in the information that corresponds to your type of issue below
10+
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)
11+
12+
13+
Bug report
14+
---
15+
16+
- Node Version: ``
17+
- Protractor Version: ``
18+
- Browser(s): ``
19+
- Operating System and Version ``
20+
- Your protractor configuration file
21+
- A relevant example test
22+
- Output from running the test
23+
- Steps to reproduce the bug
24+
- The URL you are running your tests against (if relevant)
25+
26+
27+
Feature Request
28+
---
29+
30+
- Reasons for adopting new feature
31+
- Is this a breaking change? (How will this affect existing functionality)

0 commit comments

Comments
 (0)