Skip to content

Commit

Permalink
Merge pull request hackclub#611 from MaxWofford/remix-contributing-fr…
Browse files Browse the repository at this point in the history
…om-freecodecamp

Remix contributing from Free Code Camp
  • Loading branch information
zachlatta committed Jan 3, 2016
2 parents b9b8786 + b79b364 commit fbca033
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 9 deletions.
7 changes: 7 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ Adapted From - https://github.com/golang/go/blob/aa487e66f869785837275ee20441a53
License - Creative Commons Attribution 3.0, https://creativecommons.org/licenses/by/3.0/
Changes - We took the code of conduct which was written in HTML, converted it to
Markdown, and made modifications to it to fit our needs.

README.md:

Adapted From - https://github.com/FreeCodeCamp/FreeCodeCamp/blob/staging/README.md
License - BSD 3-Clause License (Revised), https://opensource.org/licenses/BSD-3-Clause
Changes - We took the contribution guide and made modifications to it to fit our
needs.
39 changes: 30 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<a name="top"></a>
[![Slack Status](https://slack.hackclub.io/badge.svg)](https://slack.hackclub.io)
[![Build Status](https://circleci.com/gh/hackclub/hackclub.svg?style=shield)](https://circleci.com/gh/hackclub/hackclub)
[![Pull Request Stats](http://issuestats.com/github/hackclub/hackclub/badge/pr?style=flat)](http://issuestats.com/github/hackclub/hackclub)
Expand All @@ -7,13 +6,13 @@
------------------------------------------------------------------------------

<p align="center"><img src="https://cdn.rawgit.com/hackclub/meta/82000f7457efdfc20b9feff4da718f6839e69c05/logos/hack_club_red_text.svg" alt="Hack Club"/></p>
<p align="center">
<a href="https://hackclub.io">Hack Club</a> is the movement of student-led coding clubs.
</p>

-------------------------------------------------------------------------------

## Where to Start
## Welcome to Hack Club

<a href="https://hackclub.io">Hack Club</a> is a community of student-led coding
clubs.

| Action | Link |
| --------------------------------------- | ----------------------------- |
Expand All @@ -30,9 +29,31 @@ clubs.

## Contributing

Hack Club is built by a community of volunteers and a small team of full-time
staff. Submit a contribution and help grow coding communities in more high
schools. Start by checking out [`CONTRIBUTING.md`](CONTRIBUTING.md).
Contributions are welcome!

If you need any help, please contact us at [email protected] or on our
[slack](https://slack.hackclub.io).

1. Check out our
[public issues board](https://github.com/hackclub/hackclub/issues). If your
issue isn't on the board,
[open a new one](https://github.com/hackclub/hackclub/issues/new).
2. Pick an issue that nobody has claimed and start working on it. First time
contributors should look for the
"[first-timers-only](https://github.com/hackclub/hackclub/labels/first-timers-only)"
label on issues.
3. Fork the project
([Need help forking a project?](https://help.github.com/articles/fork-a-repo/)).
You'll do all of your work on your forked copy.
4. Create a branch specific to the issue or feature you are working on. Push
your work on that branch
([Need help with branching?](https://github.com/Kunena/Kunena-Forum/wiki/Create-a-new-branch-with-git-and-manage-branches)).
5. Name the branch something like `fixes-xxx-issue` or `add-xx-feature` where
`xxx` is a short description of the changes or feature you are adding.
6. Your changes should follow Hack Club's
[styleguides](https://github.com/hackclub/meta/blob/master/styleguides/markdown.md).
7. Once your code is ready, submit a pull request from your branch to Hack
Club's `master` branch. We'll do a quick review and give you feedback.

## Additional Links

Expand All @@ -41,7 +62,7 @@ schools. Start by checking out [`CONTRIBUTING.md`](CONTRIBUTING.md).
| File an issue | https://github.com/hackclub/hackclub/issues |
| Blog | https://blog.hackclub.io/ |
| Facebook | https://www.facebook.com/Hack-Club-741805665870458 |
| Twitter | http://twitter.com/starthackclub |
| Twitter | https://twitter.com/starthackclub |

## License

Expand Down

0 comments on commit fbca033

Please sign in to comment.