Skip to content

Commit

Permalink
Create CONTRIBUTING.md (#469)
Browse files Browse the repository at this point in the history
* Create CONTRIBUTING.md

Signed-off-by: JesseBot <[email protected]>

* Update lint-test.yaml - don't run lint on contributing doc

Signed-off-by: JesseBot <[email protected]>

* Update .github/workflows/lint-test.yaml

Signed-off-by: JesseBot <[email protected]>

* Update CONTRIBUTING.md -clean up grammar

Co-authored-by: Kate <[email protected]>
Signed-off-by: JesseBot <[email protected]>

* Update CONTRIBUTING.md - fix url

Co-authored-by: Kate <[email protected]>
Signed-off-by: JesseBot <[email protected]>

* Update CONTRIBUTING.md - fix semver url

Co-authored-by: Kate <[email protected]>
Signed-off-by: JesseBot <[email protected]>

---------

Signed-off-by: JesseBot <[email protected]>
Co-authored-by: Kate <[email protected]>
  • Loading branch information
jessebot and provokateurin authored Nov 13, 2023
1 parent 815be01 commit df7ffeb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '.github/**'
- 'charts/**/README.md'
- 'CODE_OF_CONDUCT.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
- 'README.md'

Expand Down
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Welcome

Thanks for considering a contribution to this Nextcloud repository run by the community! Please make sure you review the [Code of Conduct](./CODE_OF_CONDUCT.md) before proceeding, and keep in mind that this repository is run by volunteers.

# 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))
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`.

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.

0 comments on commit df7ffeb

Please sign in to comment.