From 4bf79858dfb0b4b9ccce3122de901300550ae549 Mon Sep 17 00:00:00 2001 From: Pete Cooper Date: Wed, 18 Jun 2014 10:29:47 +0100 Subject: [PATCH] CONTRIBUTING.md changes Flesh out 5.1 --- CONTRIBUTING.md | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6cb7380f8..cebae65e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -108,17 +108,35 @@ If these steps are followed, and everything works out, the update process is usu ### 5.1 Fork the cdnjs repository -Coming soon - please refer to `README.md`. +Forking the cdnjs repository is easy. Be aware that it is one of the largest repositories on GitHub (about 3GB), and this should be a consideration if you want to clone it to your computer. -### 5.2 Pre-flight checks +To fork the repository via your browser, visit this link: + +``` +[https://github.com/cdnjs/cdnjs/fork](https://github.com/cdnjs/cdnjs/fork) +``` + +Select your GitHub account for the destination and wait for the forking process to complete. Assuming you saw no errors, you should be able to access your fork of cdnjs from your own GitHub account: + +``` +https://github.com/your-github-username/cdnjs +``` + +…where your-github-username is, unsurprisingly, your GitHub username. + +### 5.2 Make changes to your fork Coming soon - please refer to `README.md`. -### 5.3 Create a pull request +### 5.3 Pre-flight checks Coming soon - please refer to `README.md`. -### 5.4 Pull request follow-up +### 5.4 Create a pull request + +Coming soon - please refer to `README.md`. + +### 5.5 Pull request follow-up Coming soon - please refer to `README.md`.