Skip to content

Commit 6f1f655

Browse files
committed
Revise texts of PULL REQUEST and CONTRIBUTING guidelines
1 parent 456d6a8 commit 6f1f655

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Before you submit a pull request, please make sure:
1+
Before submitting a pull request, please ensure the following:
22

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 adheres to the [CONTRIBUTING](https://github.com/globaleaks/globaleaks-whistleblowing-software/blob/fixed-custom-mock-language-access/CONTRIBUTING.md) guidelines.
4+
- [ ] The pull request includes a description of the problem you're trying to solve.
5+
- [ ] The pull request provides an overview of the suggested solution.
6+
- [ ] The proposed code is fully functional.
7+
- [ ] The proposed code includes relevant tests to verify its functionality.
8+
- [ ] All new and existing tests pass successfully.
9+
- [ ] Overall code quality and test coverage metrics are not reduced by more than 0.5%

CONTRIBUTING.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@ Before you submit your Pull Request consider the following guidelines:
7777

7878
7. Run the full GlobaLeaks test suite and ensure that all tests pass.
7979

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%
8181

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.
8385

8486
## <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" />
8587
As a pure community-driven project without major corporate backing, we also welcome [donations](https://github.com/sponsors/globaleaks).

0 commit comments

Comments
 (0)