From 3b3e2471be5459dddbde3591688c3c66aac74512 Mon Sep 17 00:00:00 2001 From: Adam Carter <14096630+adamcarter93@users.noreply.github.com> Date: Sat, 30 Mar 2024 20:44:14 +0000 Subject: [PATCH] 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 --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9f01e1f3b3352..b1e4784e9c98f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,3 +9,13 @@ Before submitting the pull request, please make sure you have [tested your changes](https://github.com/apple/swift/blob/main/docs/ContinuousIntegration.md) and that they follow the Swift project [guidelines for contributing code](https://swift.org/contributing/#contributing-code). + +--- + +To submit a pull request you don't need permissions on this repo, instead you can +fork the repo and create a PR through your forked version. + +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). + +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. \ No newline at end of file