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

Create CONTRIBUTING.md #469

Merged
merged 6 commits into from Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/lint-test.yaml
Expand Up @@ -2,10 +2,11 @@ name: Lint and Test Charts

on:
pull_request:
paths-ignore:
paths:
jessebot marked this conversation as resolved.
Show resolved Hide resolved
- '.github/**'
- 'charts/**/README.md'
- 'CODE_OF_CONDUCT.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
- 'README.md'

Expand Down
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,17 @@
# Welcome

Thanks for considering a contribution to this community run nextcloud repo! Please make sure you review the [Code of Conduct](./CODE_OF_CONDUCT.md) before proceeding, and keep in mind that this repo is run by volunteers.
jessebot marked this conversation as resolved.
Show resolved Hide resolved

# Pull Requests

Before submitting a feature or fix PR, please make sure the following are done:

1. Make sure all your commits are signed off. (Learn more the DCO [here](https://probot.github.io/apps/dco/))
jessebot marked this conversation as resolved.
Show resolved Hide resolved
2. Any new or changed values are updated in the [values.yaml](./charts/nextcloud/values.yaml) and the [README.md](./charts/nextcloud/README.md)
3. Bump the `version` in the [Chart.yaml](./charts/nextcloud/Chart.yaml) according to [Semantic Versioning](https://semver.org/) which uses the format `major.minor.patch`.
jessebot marked this conversation as resolved.
Show resolved Hide resolved

Then, please make sure you follow the [pull request template](.github/pull_request_template.md), so we can more quickly review.

# Issues

Please make sure you follow one of the [issue templates](.github/ISSUE_TEMPLATE) so we can better help troubleshoot with you.