Skip to content

Commit 0776c42

Browse files
committed
[skip ci] Updated the Readme and contributing guidance to ask people remember to [skip ci] if their commit doesn't touch app code
1 parent 22a45ac commit 0776c42

File tree

2 files changed

+25
-16
lines changed

2 files changed

+25
-16
lines changed

CONTRIBUTING.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Contributing
22

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+
39
There are a couple of steps you need to take before contributing:
410

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.
612
2. Link your GitHub account to your Assembly account in your profile settings.
713
3. Create a new WIP at [https://assemblymade.com/coderwall/wips](https://assemblymade.com/coderwall/wips).
814

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.
1216

1317
### Stripe configuration
1418

README.md

+17-12
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,24 @@
66

77
A community for developers to unlock & share new skills.
88

9-
## Getting Started
109

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).
1227

1328
## Built With
1429

@@ -27,16 +42,6 @@ Plus *lots* of Ruby Gems, a complete list of which is at [/master/Gemfile](https
2742

2843
We use [Vagrant](http://www.vagrantup.com/) and [VirtualBox](https://www.virtualbox.org/) to isolate and simplify the local development process.
2944

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).
39-
4045

4146
## Copyright / License
4247

0 commit comments

Comments
 (0)