Skip to content

Commit

Permalink
split CONTRIBUTING.md from contributing/index.md
Browse files Browse the repository at this point in the history
CONTRIBUTING.md will be a simplified page that links to the mkdocs contributing
page.
  • Loading branch information
fyliu committed Oct 17, 2024
1 parent 02d0116 commit a889b08
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ repos:
exclude: |
(?x)^(
.github/ISSUE_TEMPLATE/|
docs/CONTRIBUTING.md$|
docs/index.md$|
docs/license.md$
)
Expand Down
10 changes: 8 additions & 2 deletions CONTRIBUTING.md
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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This repository uses the [GNU General Public License (v2.0)][licensing].

<!-- References section -->

[contributing]: ./CONTRIBUTING.md
[contributing]: http://hackforla.github.io/peopledepot/contributing/
[django-docs]: https://docs.djangoproject.com/
[docker-docs]: https://www.postgresql.org/docs/
[drf-docs]: https://www.django-rest-framework.org/tutorial/quickstart/
Expand Down
1 change: 0 additions & 1 deletion docs/CONTRIBUTING.md

This file was deleted.

19 changes: 19 additions & 0 deletions docs/contributing/index.md
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)

0 comments on commit a889b08

Please sign in to comment.