UNPKG

1.84 kBMarkdownView Raw
1### Are you looking for help?
2
3This is an issue tracker, used to manage and track the development of this [Codacy](https://www.codacy.com/) project.
4
5It 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
7Keep 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
15Use `uname -a` if on Linux.
16
17### Testing framework
18
19
20### Library Dependencies
21
22If 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
26Please describe the expected behavior of the issue, starting from the first action.
27
281.
292.
303.
31
32### Actual Behavior
33
34Please provide a description of what actually happens, working from the same starting point.
35
36Be 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
381.
392.
403.
41
42### Reproducible Test Case
43
44Please 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
46If the issue is more complex or requires configuration, please provide a link to a project on Github/Codacy that reproduces the issue.