Skip to content

Commit ed2f8ed

Browse files
authored
Update CONTRIBUTING.md
1 parent 5b96124 commit ed2f8ed

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ To contribute,
44

55
1. Fork this repository.
66
1. Work on your changes within a topic branch.
7-
1. Create a pull request to the corresponding version branch
7+
1. Create a pull request to the corresponding version branch (typically develop branch)
88

9-
Pull requests are accepted under the discretion of the Sugar REST PHP Client maintainer(s). Improve the chances your PR will be merged by following the requirements and guidelines below. For any questions, please e­mail [email protected].
9+
Pull requests are accepted under the discretion of the Sugar PHP Rest Client maintainer(s). Improve the chances your PR will be merged by following the requirements and guidelines below. For any questions, please e­mail [email protected].
1010

1111
**REQUIREMENTS**
1212
- By creating a pull request, you are agreeing to [SugarCRM Open Source Contributor terms](CONTRIBUTOR_TERMS.pdf).
1313

1414
**GUIDELINES**
1515
- Make sure your pull contains quality code. We will certainly provide constructive feedback on works in progress but we will not merge incomplete pull requests.
16+
- Use `composer run quality:fix` to ensure PER 2.0 compliant code
1617
- Make sure your pull is fully documented.
1718
- Make sure all unit tests are updated for relevant code changes, and add any unit tests for new code.
1819
- Reference related Github Issues within commit comments and pull request comment where appropriate.
@@ -22,4 +23,4 @@ Pull requests are accepted under the discretion of the Sugar REST PHP Client mai
2223

2324
File bugs or feature requests using Github Issue Tracker.
2425

25-
https://github.com/sugarcrm-developers/php-rest-client/issues
26+
https://github.com/sugarcrm-developers/php-rest-client/issues

0 commit comments

Comments
 (0)