Skip to content

Commit 8f7b11f

Browse files
authored
Update CONTRIBUTING.md
1 parent 5e088d3 commit 8f7b11f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ After that, create a pull request (PR).
66

77
### Some guidance for a successful pull request
88

9-
- Reference the issue in your PR, hence do not open a PR without a corresponding issue
9+
- Open PR for master branch only
10+
- Reference an issue in your PR, hence do not open a PR without a corresponding issue
1011
- Follow the single-purpose principle: Only one fix or feature in one PR
1112
- Write tests for newly introduced features or fixes
12-
- Please follow/apply a proper code style that fits to the existing one
13+
- Apply a proper code style that fits to the existing one
1314
- Do not change the plugin metadata information (e.g. name, version, description, etc.) in _src/main/resources/META-INF/plugin.xml_
1415

1516
### Compiling the source code

0 commit comments

Comments
 (0)