Skip to content

Commit 2aeae32

Browse files
committed
Clarified what only Maintainers can do, as well as instructions for what to do if you aren't (like making a Fork)
1 parent 45b8b2c commit 2aeae32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Lastly, assign the PR to yourself, and add any relevant labels (for example - `r
6666

6767
## I Want To Review A PR
6868

69+
> Note: only Maintainers can review PRs
70+
6971
Yo, that's awesome! First, add yourself as a reviewer on the PR.
7072

7173
Next, review the changes made in the PR. If you have questions or concerns about any of the changes, submit a review by going to `Files Changed`, highlighting the line in question, and hitting the `+`.
@@ -76,6 +78,8 @@ Once you've reviewed all the changes, under the `Files Changed` tab, hit the `Re
7678

7779
1. Create a local copy of the repository.
7880

81+
> If you are not a Maintainer, make a Fork first
82+
7983
```
8084
git clone https://github.com/ComputerScienceHouse/Constitution.git
8185
```
@@ -149,6 +153,7 @@ Once you've reviewed all the changes, under the `Files Changed` tab, hit the `Re
149153
git push
150154
# now go to github.com/ComputerScienceHouse/Constitution > Pull Requests > New Pull Request
151155
```
156+
> Remember to set the upstream if in a Fork: git push -u origin <branch_name>
152157
153158
For instructions on making a Pull Request, see [I Want To Fix An Issue](#i-want-to-fix-an-issue).
154159

0 commit comments

Comments
 (0)