Skip to content

Commit f075707

Browse files
authored
add links, improve wording
1 parent 7f28ab8 commit f075707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ the general direction of the project, feel free to submit new Issue first and le
33

44
Please follow pre-existing coding style.
55

6-
Asking questions via creating new Issue is fine also.
6+
Asking questions via creating new [discussion](https://github.com/oracle/opengrok/discussions) is fine.
77

88
When submitting a new Issue for what seems is a bug, please note the versions (OpenGrok, Tomcat, Universal ctags etc.) you're running and ideally steps to reproduce.
99

10-
Make sure to add a comment line line to the changeset saying which Issue it is is fixing, e.g. `fixes #XYZ` so that the issue can be automatically closed when the associated pull request is merged.
10+
Make sure to add a comment line to the changeset saying which Issue it is is fixing, e.g. `fixes #XYZ` so that the issue can be automatically closed when the associated pull request is merged.
1111

1212
Each pull request should be accompanied by a comment explaining how the change was tested, unless unit tests are provided/updated.
13-
Please make every effort to make most of your changes covered by tests.
13+
Please make every effort to make most of your changes covered by tests. Also, for more complicated changes, please make any effort to explain the rationale behind the changes (providing answers to the 'why ?' questions is very important).
1414

1515
Feel free to add a Copyright line to the source files wehre you made non-trivial changes.
1616

0 commit comments

Comments
 (0)