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
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
# Contributing
2
2
3
+
## **Protip for Contributors**
4
+
5
+
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.
6
+
7
+
## External Dependencies
8
+
3
9
There are a couple of steps you need to take before contributing:
4
10
5
-
1. Go to [https://assemblymade.com](https://assemblymade.com) and sign up.
11
+
1. Go to [https://assemblymade.com/coderwall](https://assemblymade.com/coderwall) and sign up.
6
12
2. Link your GitHub account to your Assembly account in your profile settings.
7
13
3. Create a new WIP at [https://assemblymade.com/coderwall/wips](https://assemblymade.com/coderwall/wips).
8
14
9
-
Then just go ahead, fork the repo & issue a pull request. You're on your way to having a stake in Helpful.
10
-
11
-
## External Dependencies
15
+
Then just go ahead, fork the repo & issue a pull request. You're on your way to having a stake in Coderwall.
Copy file name to clipboardExpand all lines: README.md
+17-12Lines changed: 17 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,24 @@
6
6
7
7
A community for developers to unlock & share new skills.
8
8
9
-
## Getting Started
10
9
11
-
Please see our CONTRIBUTING.md for instructions on how to get started working on Coderwall.
10
+
## **Protip for Contributors**
11
+
12
+
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.
13
+
14
+
## Contributing & Getting Started
15
+
16
+
Please see our CONTRIBUTING.md for instructions on how to set up your development environment for Coderwall.
17
+
18
+
**TL;DR**
19
+
20
+
1. Create an [Assembly account](https://assemblymade.com).
21
+
2.[Fork the code](https://github.com/assemblymade/coderwall)
22
+
3. Get vagrant running
23
+
4. Run the test suite
24
+
5. If you have any issues, jump into chat, introduce yourself and ask or leave a message if no one is around.
25
+
6. Find an [interesting bounty](https://assemblymade.com/coderwall/wips) on Assembly or suggest a new one.
26
+
7. Fork and then issue a PR when you are done referencing the Bounty. (Note: Only PRs from those with valid Assembly account will be merged).
12
27
13
28
## Built With
14
29
@@ -27,16 +42,6 @@ Plus *lots* of Ruby Gems, a complete list of which is at [/master/Gemfile](https
27
42
28
43
We use [Vagrant](http://www.vagrantup.com/) and [VirtualBox](https://www.virtualbox.org/) to isolate and simplify the local development process.
29
44
30
-
## Contributing
31
-
32
-
1. Create an [Assembly account](https://assemblymade.com).
33
-
2.[Fork the code](https://github.com/assemblymade/coderwall)
34
-
3. Get vagrant running
35
-
4. Run the test suite
36
-
5. If you have any issues, jump into chat, introduce yourself and ask or leave a message if no one is around.
37
-
6. Find an [interesting bounty](https://assemblymade.com/coderwall/wips) on Assembly or suggest a new one.
38
-
7. Fork and then issue a PR when you are done referencing the Bounty. (Note: Only PRs from those with valid Assembly account will be merged).
0 commit comments