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

Commit 350d0a0

Browse files
committed
Add issue template
1 parent 3519152 commit 350d0a0

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.github/ISSUE_TEMPLATE.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+
### Python Version
10+
11+
12+
### Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
13+
14+
Use `uname -a` if on Linux.
15+
16+
### Library Dependencies
17+
18+
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.
19+
20+
### Expected Behavior
21+
22+
Please describe the expected behavior of the issue, starting from the first action.
23+
24+
1.
25+
2.
26+
3.
27+
28+
### Actual Behavior
29+
30+
Please provide a description of what actually happens, working from the same starting point.
31+
32+
Be descriptive: "it doesn't work" does not describe what the behavior actually is -- instead, say "when sending the coverage with the command (...) it returns the output error (...)"
33+
34+
1.
35+
2.
36+
3.
37+
38+
### Reproducible Test Case
39+
40+
Please provide a some information on how to reproduce the bug. A PR with a failing test would be awesome, if possible.
41+
42+
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)