You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,16 @@ To contribute,
4
4
5
5
1. Fork this repository.
6
6
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)
8
8
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 email developers@sugarcrm.com.
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 email developers@sugarcrm.com.
10
10
11
11
**REQUIREMENTS**
12
12
- By creating a pull request, you are agreeing to [SugarCRM Open Source Contributor terms](CONTRIBUTOR_TERMS.pdf).
13
13
14
14
**GUIDELINES**
15
15
- 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
16
17
- Make sure your pull is fully documented.
17
18
- Make sure all unit tests are updated for relevant code changes, and add any unit tests for new code.
18
19
- 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
22
23
23
24
File bugs or feature requests using Github Issue Tracker.
0 commit comments