forked from hackforla/peopledepot
-
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.
split CONTRIBUTING.md from contributing/index.md
CONTRIBUTING.md will be a simplified page that links to the mkdocs contributing page.
- Loading branch information
Showing
5 changed files
with
28 additions
and
5 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,5 +1,11 @@ | ||
# Contributing | ||
|
||
Thank you for volunteering your time! The following is a set of guidelines for contributing to the peopledepot repository, which is hosted on GitHub. | ||
Thank you for volunteering your time! | ||
|
||
**Please make sure you have completed the onboarding process which includes joining the Hack for LA Slack, GitHub, and Google Drive. If you have not been onboarded, see the [Getting Started Page](https://www.hackforla.org/getting-started).** _Workshop attendees are granted a temporary exception from this requirement._ | ||
Here are the recommended steps for contributing: | ||
|
||
1. Join the team | ||
1. Take an issue | ||
1. Fork, modify, and submit pull request | ||
|
||
Please see the [contributing section](http://hackforla.github.io/peopledepot/contributing/) for more information. |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Contributing | ||
|
||
Thank you for volunteering your time! The following is a set of guidelines for contributing to the peopledepot repository, which is hosted on GitHub. | ||
|
||
**Please make sure you have completed the onboarding process which includes joining the Hack for LA Slack, GitHub, and Google Drive. If you have not been onboarded, see the [Getting Started Page](https://www.hackforla.org/getting-started).** _Workshop attendees are granted a temporary exception from this requirement._ | ||
|
||
- [Joining the team](team.md) | ||
|
||
- [Setting up the Developement Environment](dev_environment.md) | ||
|
||
- [Pre-requisites](dev_environment.md#pre-requisites) | ||
- [Fork the repository](dev_environment.md#fork-the-repository) | ||
- [Build and run locally](dev_environment.md#build-and-run) | ||
|
||
- [Working with Issues](issues.md) | ||
|
||
- [Working with Git](git.md) | ||
|
||
- [Documentation](documentation.md) |