File tree 2 files changed +11
-10
lines changed
2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
- Before you submit a pull request, please make sure :
1
+ Before submitting a pull request, please ensure the following :
2
2
3
- - [ ] The pull request should include a description of the problem you're trying to solve
4
- - [ ] The pull request should include overview of the suggested solution
5
- - [ ] If the pull requests changes current behavior, reasons why your solution is better.
6
- - [ ] The proposed code should be fully functional
7
- - [ ] The proposed code should contain tests relevant to prove is functionality
8
- - [ ] The proposed tests should ensure significative code coverage
9
- - [ ] All new and existing tests should pass
3
+ - [ ] The pull request includes a description of the problem you're trying to solve.
4
+ - [ ] The pull request provides an overview of the suggested solution.
5
+ - [ ] The proposed code is fully functional.
6
+ - [ ] The proposed code includes relevant tests to verify its functionality.
7
+ - [ ] All new and existing tests pass successfully.
8
+ - [ ] Overall code quality and test coverage metrics are not reduced by more than 0.5%
Original file line number Diff line number Diff line change @@ -77,9 +77,11 @@ Before you submit your Pull Request consider the following guidelines:
77
77
78
78
7 . Run the full GlobaLeaks test suite and ensure that all tests pass.
79
79
80
- 8 . Commit your changes using a descriptive commit message.
80
+ 8 . Ensure overall code quality and test coverage metrics are not reduced by more than 0.5%
81
81
82
- 9 . In GitHub, send a pull request to ` GlobaLeaks:main ` .
82
+ 9 . Commit your changes using a descriptive commit message.
83
+
84
+ 10 . In GitHub, send a pull request to ` devel ` branch.
83
85
84
86
## <a name =" donate " ></a > Donations <img src =" https://raw.githubusercontent.com/globaleaks/globaleaks-whistleblowing-software/stable/brand/assets/heart.svg " alt =" heart icon " width =" 24 " />
85
87
As a pure community-driven project without major corporate backing, we also welcome [ donations] ( https://github.com/sponsors/globaleaks ) .
You can’t perform that action at this time.
0 commit comments