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

Commit 6052523

Browse files
authored
Merge pull request #18 from codacy/docs/issueTemplate
Add issue template
2 parents 1b1e43c + 2112f82 commit 6052523

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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+
### Ruby Version
10+
11+
12+
13+
### Test framework
14+
15+
16+
17+
### Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
18+
19+
Use `uname -a` if on Linux.
20+
21+
### Library Dependencies
22+
23+
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.
24+
25+
### Expected Behavior
26+
27+
Please describe the expected behavior of the issue, starting from the first action.
28+
29+
1.
30+
2.
31+
3.
32+
33+
### Actual Behavior
34+
35+
Please provide a description of what actually happens, working from the same starting point.
36+
37+
Be descriptive: "it doesn't work" does not describe what the behavior actually is -- instead, say "when running this sequence of commands (...) it returns an error: (...)." Copy and paste logs, and include any URLs.
38+
39+
1.
40+
2.
41+
3.
42+
43+
### Reproducible Test Case
44+
45+
Please provide a some information on how to reproduce the bug. A PR with a failing test would be awesome, if possible.
46+
47+
If the issue is more complex or requires configuration, please provide a link to a project on Github/Codacy that reproduces the issue.

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ ruby "1.9.3"
66
gem 'rake', :platforms => 'ruby_19'
77
gem 'rspec', :platforms => 'ruby_19'
88
gem 'simplecov', :require => false
9+
gem 'json', '1.8.3'

0 commit comments

Comments
 (0)