Skip to content

Commit 0484448

Browse files
author
Peter
committed
contributing guide: link fix
1 parent c592247 commit 0484448

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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).
44

55
Issues for newcomers are tagged with
66
['good first issue'](https://github.com/graphhopper/graphhopper/labels/good%20first%20issue)
@@ -11,9 +11,9 @@ and documentation issues are taged with
1111

1212
1. [Fork the repo](https://help.github.com/articles/fork-a-repo) and create a branch for your new feature or bug fix.
1313

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`
1515

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
1717
require no new tests. Also make sure you submit a change specific to exactly one issue. If you have ideas for multiple
1818
changes please create separate pull requests.
1919

0 commit comments

Comments
 (0)