You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Coming soon!
9
9
10
10
## Getting Started
11
11
12
-
### 1. Set Up
12
+
### 1. Set Up
13
13
14
14
You must have an account with [Github](https://github.com/) and [git](https://help.github.com/articles/set-up-git/) must be installed on your computer.
15
15
@@ -20,15 +20,15 @@ Before you can access any BuzzFeed repos, you will need to [generate an SSH key]
20
20
21
21
### 2. Fork the Repo Locally
22
22
23
-
Visit <https://github.com/buzzfeed/solid> and click the fork button.
23
+
Visit <https://github.com/buzzfeed/solid> and click the fork button.
24
24
25
25
Next, clone this fork down to your local PC.
26
26
27
-
### 3. Check Out a New Branch
27
+
### 3. Check Out a New Branch
28
28
29
-
Each time you address a new feature or bug fix, it is best to create a new branch with a descriptive name. That way, it's easy to pause one task and switch to another.
29
+
Each time you address a new feature or bug fix, it is best to create a new branch with a descriptive name. That way, it's easy to pause one task and switch to another.
30
30
31
-
This also simplifies our process of tracking contributions to the master code base.
31
+
This also simplifies our process of tracking contributions to the master code base.
32
32
33
33
```
34
34
$ git branch my-feature-or-bug-branch
@@ -64,7 +64,7 @@ The first step is to create a [“remote”](https://help.github.com/articles/ad
Once you're ready to submit your feature or bug, go to your fork on the web (<https://github.com/YOUR_GITHUB_USERNAME/solid>), and click the **Pull Requests** nav item at the top right.
86
+
Once you're ready to submit your feature or bug, go to your fork on the web (<https://github.com/YOUR_GITHUB_USERNAME/solid>), and click the **Pull Requests** nav item at the top right.
87
87
88
88
Next, click the green **New pull request** button and select the following from the dropdowns:
89
89
@@ -98,7 +98,7 @@ You should add a concise descriptive comment about what is in this merge, and th
98
98
99
99
### 9. A Note on Merging
100
100
101
-
Because of Github permissioning on BuzzFeed repos, it *might* be possible for you to merge your own Pull Request. **Please don't do this!** Always reach out to someone in #solid-prs to merge your PR into develop.
101
+
Because of Github permissions on BuzzFeed repos, it *might* be possible for you to merge your own Pull Request. **Please don't do this!** Always reach out to someone in #solid-prs to merge your PR into develop.
102
102
103
103
# Deprecating Code
104
104
@@ -110,4 +110,4 @@ To deprecate SCSS, move the old classes to the very bottom of the SCSS file. Use
0 commit comments