Skip to content

Commit 23c8bfb

Browse files
committed
Update contributor rules.
Signed-off-by: Volker Theile <[email protected]>
1 parent f9c3ab4 commit 23c8bfb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/venv/
22
/_build/
3+
/.idea/

development/contribute.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Code contributions
3232
* The code/feature/improvement must not affect existing functionality.
3333
* Each commit in a `GitHub pull request <https://github.com/openmediavault/openmediavault/pulls>`_
3434
must be signed via ``Signed-off-by: Frank Mustermann <[email protected]>``.
35-
* If the PR fixes an Github issue, then the following line ``Fixes: https://github.com/openmediavault/openmediavault/issues/<ISSUE_NR>``
35+
* If the PR fixes an `Github issue <https://github.com/openmediavault/openmediavault/issues>`_,
36+
then the line ``Fixes: https://github.com/openmediavault/openmediavault/issues/<ISSUE_NR>``
3637
must be included.
3738
* You have to subscribe the CLA online via GitHub.
3839

0 commit comments

Comments
 (0)