File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Submit a new issue only if you are sure it is a missing feature or a bug. Otherwise discuss the topic on the
2
- [ mailing list] ( http://graphhopper.com/#developers ) first. For new translations or problems in an existing one
3
- please refer to [ this documentation] ( https://github.com/graphhopper/graphhopper/edit /master/docs/index .md ) .
2
+ [ mailing list] ( http://graphhopper.com/#developers ) first. For new translations or fixes to existing translations
3
+ please refer to [ this documentation] ( https://github.com/graphhopper/graphhopper/blob /master/docs/core/translations .md ) .
4
4
5
5
Issues for newcomers are tagged with
6
6
[ 'good first issue'] ( https://github.com/graphhopper/graphhopper/labels/good%20first%20issue )
@@ -11,9 +11,9 @@ and documentation issues are taged with
11
11
12
12
1 . [ Fork the repo] ( https://help.github.com/articles/fork-a-repo ) and create a branch for your new feature or bug fix.
13
13
14
- 2 . Run the tests. We only take pull requests with passing tests: ` mvn test `
14
+ 2 . Run the tests. We only take pull requests with passing tests: ` mvn clean test verify `
15
15
16
- 3 . Add a test for your change or if it is a bug fix create a failing test . Only refactoring and documentation changes
16
+ 3 . Add at least one test for your change. Only refactoring and documentation changes
17
17
require no new tests. Also make sure you submit a change specific to exactly one issue. If you have ideas for multiple
18
18
changes please create separate pull requests.
19
19
You can’t perform that action at this time.
0 commit comments