Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman authored Mar 6, 2018
2 parents 4180d85 + d52dca8 commit 058bea6
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
## Contributing to Rainbow-Code
## Contributing to The Coding Train

Contributions to this repository are very welcome!
Contributions to this repository encouraged! We're all learning so mistakes and confusion are welcome, we're here to help and try to make contributing as friendly and accessible as possible.

Here are the type of contributions we are looking for:
- bug-fixes
- making the code easier to read
- adding a link to your modification of the challenge/code
into the README.md of the relevant folder.
- adding a link to your creative version of a challenge or tutorial - [guide](https://github.com/CodingTrain/website/wiki/Community-Contributions-Guide)
- website design improvements
- adding any missing content - [guide](https://github.com/CodingTrain/website/wiki/Content-Contribution-Guide)

This is because the code in the repository should match the code written
in the YouTube tutorials, so that fellow Rainbow Coders can then
use this code as a base for their own implementations.
The code in the repository should match the code written in the YouTube tutorials, so that fellow passengers can use this code as a base for their own implementations.

To make your contribution, fork this repository and make a pull request.
If you are just editing a README.md, you may click the pencil when viewing
the file to edit in the browser.
To make a contribution, fork this repository and create a pull request.

If it is a "commmunity contribution" please try to **include a link to a running demo** (or video / gif /
screen capture) in the pull request's description. This makes it easy to quickly view the contribution and provide feedback! [Here is a guide with more instructions](https://github.com/CodingTrain/website/wiki/Community-Contributions-Guide).

If you are just editing a single file, you may click the pencil when viewing the file to edit in the browser.

If you are unsure about git and GitHub, and how to make your contribution,
you should watch [Git and GitHub for Poets](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZF9C0YMKuns9sLDzK6zoiV).
these [Git and GitHub for Poets tutorials](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZF9C0YMKuns9sLDzK6zoiV) might help.

Happy Rainbow Coding!
Happy Coding!

0 comments on commit 058bea6

Please sign in to comment.