Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit eb0c9e3

Browse files
authored
Merge pull request #29 from codacy/docs/issueTemplate
Add issue template
2 parents e0c8cd0 + 12c5929 commit eb0c9e3

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
### Are you looking for help?
2+
3+
This is an issue tracker, used to manage and track the development of this [Codacy](https://www.codacy.com/) project.
4+
5+
It is not a platform support system. If think your problem is related with our platform at https://www.codacy.com/, please contact us through our [contact form](https://www.codacy.com/contact) or our internal chat application, visible after you login on the bottom right corner.
6+
7+
Keep in mind that this issue tracker is for specific problems of this project.
8+
9+
### node.js Version (2.5.x / etc)
10+
11+
12+
13+
### Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
14+
15+
Use `uname -a` if on Linux.
16+
17+
### Testing framework
18+
19+
20+
### Library Dependencies
21+
22+
If this is an issue that involves integration with another system, include the exact version and OS of the other system, including any intermediate drivers or APIs i.e. if you connect to a PostgreSQL database, include both the version / OS of PostgreSQL and the JDBC driver version used to connect to the database.
23+
24+
### Expected Behavior
25+
26+
Please describe the expected behavior of the issue, starting from the first action.
27+
28+
1.
29+
2.
30+
3.
31+
32+
### Actual Behavior
33+
34+
Please provide a description of what actually happens, working from the same starting point.
35+
36+
Be descriptive: "it doesn't work" does not describe what the behavior actually is -- instead, say "when running this sequence of commands: (...), the tool outputs this error: (...)" Copy and paste logs, and include any URLs that you find it may be useful.
37+
38+
1.
39+
2.
40+
3.
41+
42+
### Reproducible Test Case
43+
44+
Please provide a some information on how to reproduce the bug (e.g. sequence of commands you are running). A PR with a failing test would be awesome, if possible.
45+
46+
If the issue is more complex or requires configuration, please provide a link to a project on Github/Codacy that reproduces the issue.

0 commit comments

Comments
 (0)