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
+32-31Lines changed: 32 additions & 31 deletions
Original file line number
Diff line number
Diff 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).
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 :
25
14
26
15
You're on your way to having a stake in Coderwall.
27
16
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
-

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.
48
17
49
18
### How to work on Coderwall using Vagrant on VirtualBox
50
19
@@ -191,3 +160,35 @@ If you're running Windows, [here's a guide written by one of our members on how
191
160
9.**Thanks**
192
161
193
162
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
+

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).
0 commit comments