Skip to content

Commit ef51821

Browse files
Creating Contribution Guide (#644)
This merge is a test to see if Lighthouse CI is being honest to us or not Co-authored-by: dorian451 <[email protected]>
1 parent 0456edf commit ef51821

16 files changed

+54
-0
lines changed

docs/contributing/how_to_review.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# How to Review a Pull Request
2+
3+
1. Find a pull request.
4+
2. Find the name of the branch in the pull request:
5+
* ![showing name of a pull request](img/pull_request_name.png)
6+
* In this case, the branch name would be `contributing_guide`.
7+
3. Open a terminal and navigate to your local repository (the `yacs.n` folder)
8+
4. Make sure your computer's repo is up to date by running `git pull`.
9+
5. Run `git switch <branch name>`.
10+
6. On some computers, if you are running the local version of YACS already, it will update automatically. If it doesn't, restart Docker and refresh the localhost page.
11+
7. Look at the pull request and verify that whatever functionality it adds works and doesn't seem to cause any problems.
12+
8. Add your review (whether it's an approval or not) hitting the "add your review" button:
13+
* ![add your review](img/add_review.png)

docs/contributing/img/add_review.png

9.16 KB
Loading
13.2 KB
Loading
18.7 KB
Loading
Loading
11.7 KB
Loading

docs/contributing/img/issue.png

11.3 KB
Loading
15 KB
Loading
21.3 KB
Loading
15.4 KB
Loading

0 commit comments

Comments
 (0)