Skip to content

Commit 3db7d78

Browse files
committed
Updated CONTRIBUTING.md with fork/PR submission info
To make it clear on how others can contribute to the project there's now a dedicated section on how to raise a PR including a link to GitHub's documentation on forking repos
1 parent f5c3775 commit 3db7d78

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

+10
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,13 @@ Before submitting the pull request, please make sure you have [tested your
99
changes](https://github.com/apple/swift/blob/main/docs/ContinuousIntegration.md)
1010
and that they follow the Swift project [guidelines for contributing
1111
code](https://swift.org/contributing/#contributing-code).
12+
13+
---
14+
15+
## Opening a Pull Request
16+
17+
To submit a Pull Request (PR) you don't need permissions on this repo, instead you can fork the repo and create a PR through your forked version.
18+
19+
For more information and instructions, read the GitHub docs on [forking a repo](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo).
20+
21+
Once you've pushed your branch, you should see an option on this repository's page to create a PR from a branch in your fork.

0 commit comments

Comments
 (0)