Skip to content

Commit b275bec

Browse files
committed
adds pull requests article
1 parent 72e948b commit b275bec

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: post
3+
title: Pull Requests are In!
4+
published: true
5+
categories: blog
6+
---
7+
8+
## Check out your name on the club website if you put your pull request in!
9+
10+
Today at the meeting we learned how to do pull requests, and the end result is that people put their names into the members section of the website! If you weren't able to attend, you can follow the instructions on: [https://github.com/csuwebdev/csuwebdev.github.io](https://github.com/csuwebdev/csuwebdev.github.io) for how to set up and configure a fork for pull requests.
11+
12+
The process to add your name to the club site for those who weren't able to make it is as follows:
13+
14+
1. Fork the repo
15+
2. Clone the repo from your github account
16+
3. Set the upstream
17+
4. Edit the _data/members.yml file to include your name
18+
5. Add, commit, and push the change to your local repo
19+
6. Put a pull request in, your name will be added!
20+
21+
We hope to see your name added to the website soon!
22+
-Erik

0 commit comments

Comments
 (0)