forked from hackclub/hackclub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request hackclub#611 from MaxWofford/remix-contributing-fr…
…om-freecodecamp Remix contributing from Free Code Camp
- Loading branch information
Showing
2 changed files
with
37 additions
and
9 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
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,4 +1,3 @@ | ||
<a name="top"></a> | ||
[](https://slack.hackclub.io) | ||
[](https://circleci.com/gh/hackclub/hackclub) | ||
[](http://issuestats.com/github/hackclub/hackclub) | ||
|
@@ -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 | | ||
| --------------------------------------- | ----------------------------- | | ||
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|