This repository has been archived by the owner on Jul 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |