Skip to content

Commit 5513324

Browse files
committed
Update CONTRIBUTING.md
1 parent 438d334 commit 5513324

File tree

1 file changed

+32
-31
lines changed

1 file changed

+32
-31
lines changed

CONTRIBUTING.md

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
## **Protip for Contributors**
2-
3-
When committing a Pull Request for non-application/test code please add [`[skip ci]`](http://docs.travis-ci.com/user/how-to-skip-a-build/) to your commit message.
4-
5-
# Code Conventions and Style Guide
6-
7-
Please refer to the community Ruby & Rails Style Guides created by [bbatsov](https://github.com/bbatsov), author of [Rubocop](https://github.com/bbatsov/rubocop).
8-
9-
[Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide/blob/master/README.md)
10-
[Rails Style Guide](https://github.com/bbatsov/rails-style-guide/blob/master/README.md)
11-
121
# Contributing
132

143
Here are the steps for getting setup & started with contributing to Coderwall :
@@ -25,26 +14,6 @@ Here are the steps for getting setup & started with contributing to Coderwall :
2514

2615
You're on your way to having a stake in Coderwall.
2716

28-
## External Dependencies
29-
30-
### Stripe configuration
31-
32-
You'll need to set up a test account with Stripe for local development until this dependency is refactored out of development/test.
33-
34-
## Github configuration
35-
36-
You will need a Github application configured for local development until this dependency is refactored out of development/test.
37-
38-
- Create a new GitHub application at [https://github.com/settings/applications/new](https://github.com/settings/applications/new).
39-
- Copy the the ENV variables that you'll need from GitHub.
40-
41-
![The .env will need these values](https://www.evernote.com/shard/s13/sh/3f74a2f7-82d1-46a0-af9c-28f983ad22af/6adc72742c10ddd4ff3c1b711b8d0e27/deep/0/OAuth-Application-Settings.png)
42-
43-
## How to run Coderwall locally.
44-
45-
We use Vagrant to isolate all of our dependencies without polluting your normal working environment.
46-
47-
You're free to not use Vagrant but by the time you're done setting up you'll probably already have given up and installed Vagrant.
4817

4918
### How to work on Coderwall using Vagrant on VirtualBox
5019

@@ -191,3 +160,35 @@ If you're running Windows, [here's a guide written by one of our members on how
191160
9. **Thanks**
192161

193162
I hope you enjoy working with Vagrant as much as we do and feel free to ask questions if you get stuck or have a problem. You're probably not alone and even if you're the first to encounter a rough patch you won't be the last.
163+
164+
## External Dependencies
165+
166+
### Stripe configuration
167+
168+
You'll need to set up a test account with Stripe for local development until this dependency is refactored out of development/test.
169+
170+
## Github configuration
171+
172+
You will need a Github application configured for local development until this dependency is refactored out of development/test.
173+
174+
- Create a new GitHub application at [https://github.com/settings/applications/new](https://github.com/settings/applications/new).
175+
- Copy the the ENV variables that you'll need from GitHub.
176+
177+
![The .env will need these values](https://www.evernote.com/shard/s13/sh/3f74a2f7-82d1-46a0-af9c-28f983ad22af/6adc72742c10ddd4ff3c1b711b8d0e27/deep/0/OAuth-Application-Settings.png)
178+
179+
## How to run Coderwall locally.
180+
181+
We use Vagrant to isolate all of our dependencies without polluting your normal working environment.
182+
183+
You're free to not use Vagrant but by the time you're done setting up you'll probably already have given up and installed Vagrant.
184+
185+
## **Protip for Contributors**
186+
187+
When committing a Pull Request for non-application/test code please add [`[skip ci]`](http://docs.travis-ci.com/user/how-to-skip-a-build/) to your commit message.
188+
189+
# Code Conventions and Style Guide
190+
191+
Please refer to the community Ruby & Rails Style Guides created by [bbatsov](https://github.com/bbatsov), author of [Rubocop](https://github.com/bbatsov/rubocop).
192+
193+
[Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide/blob/master/README.md)
194+
[Rails Style Guide](https://github.com/bbatsov/rails-style-guide/blob/master/README.md)

0 commit comments

Comments
 (0)