Skip to content

Commit a37d1ee

Browse files
authored
docs: Add code ownership section to CONTRIBUTING guide (#8584)
1 parent bd39ac5 commit a37d1ee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

+9
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- [Review Feedback](#review-feedback)
1212
- [Merge Readiness](#merge-readiness)
1313
- [Review Validity](#review-validity)
14+
- [Code Ownership](#code-ownership)
1415
- [Environment Setup](#environment-setup)
1516
- [Recommended Tools](#recommended-tools)
1617
- [Setting up your local machine](#setting-up-your-local-machine)
@@ -34,6 +35,8 @@
3435
- [Breaking Change](#breaking-change-1)
3536
- [Reverting](#reverting)
3637
- [Security Vulnerability](#security-vulnerability)
38+
- [Local Testing](#local-testing)
39+
- [Merging](#merging-1)
3740
- [Releasing](#releasing)
3841
- [General Considerations](#general-considerations)
3942
- [Major Release / Long-Term-Support](#major-release--long-term-support)
@@ -143,6 +146,12 @@ It's contrary to an open, collaborative environment to expect others to be invol
143146
144147
Your arguments must focus on the issue, not on your assumption of someone else's personal experience. We will take immediate and appropriate action in case of personal attacks, regardless of your previous contributions. Personal attacks are not permissible. If you became a victim of personal attacks, you can privately [report](https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam) the GitHub comment to the Parse Platform PMC.
145148

149+
### Code Ownership
150+
151+
> *Can I open a new pull request based on another author's pull request?*
152+
153+
If your pull request contains work from someone else then you are required to get their permission to use their work in your pull request. Please make sure to observe the [license](LICENSE) for more details. In addition, as an appreciative gesture you should clearly mention that your pull request is based on another pull request with a link in the top-most comment of your pull request. To avoid this issue we encourage contributors to collaborate on a single pull request to preserve the commit history and clearly identify each author's contribution. To do so, you can review the other author's pull request and submit your code suggestions, or ask the original author to grant you write access to their repository to also be able to make commits directly to their pull request.
154+
146155
## Environment Setup
147156

148157
### Recommended Tools

0 commit comments

Comments
 (0)