Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Join the Team" section to README.md #10855

Merged
merged 1 commit into from
Aug 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,16 @@

[…learn more about how to get support for Nextcloud here!](https://nextcloud.com/support)

## Contribution Guidelines
## Join the team :family:

### How to contribute

1. [Set up your local development environment](https://docs.nextcloud.com/server/14/developer_manual/general/devenv.html) :rocket:
2. [Pick a good first issue](https://github.com/nextcloud/server/labels/good%20first%20issue) :notebook:
3. Create a branch, a [Pull Request](https://opensource.guide/how-to-contribute/#opening-a-pull-request) and `@mention` the people from the issue :computer:
4. Wait for it to get merged and :tada:

### Contribution Guidelines

All contributions to this repository from June, 16 2016 on are considered to be
licensed under the AGPLv3 or any later version.
Expand All @@ -56,7 +65,7 @@ Please review the [guidelines for contributing](https://github.com/nextcloud/ser

More information how to contribute: [https://nextcloud.com/contribute/](https://nextcloud.com/contribute/)

## Running master checkouts
### Running master checkouts

Third-party components are handled as git submodules which have to be initialized first. So aside from the regular git checkout invoking `git submodule update --init` or a similar command is needed, for details see Git documentation.

Expand Down