Browse Source

chore: update readme to show conventional commits requirements

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
tags/v29.0.0beta1
John Molakvoæ 2 months ago
parent
commit
9e3e4a2eb1
No account linked to committer's email address
1 changed files with 10 additions and 3 deletions
  1. 10
    3
      .github/CONTRIBUTING.md

+ 10
- 3
.github/CONTRIBUTING.md View File



Please read the [Developer Manuals][devmanual] to learn how to create your first application or how to test the Nextcloud code with PHPUnit. Please read the [Developer Manuals][devmanual] to learn how to create your first application or how to test the Nextcloud code with PHPUnit.


### Conventional Commits

Please use [Conventional Commits](https://www.conventionalcommits.org) for your commit messages. This helps maintain clarity and consistency across the project, making it easier to understand changes and automate versioning.
```
feat(files_sharing): allow sharing with contacts
```

### Tests ### Tests


In order to constantly increase the quality of our software we can no longer accept pull request which submit un-tested code. In order to constantly increase the quality of our software we can no longer accept pull request which submit un-tested code.
Please read [contribute/developer-certificate-of-origin][dcofile]. Please read [contribute/developer-certificate-of-origin][dcofile].
If you can certify it, then just add a line to every git commit message: If you can certify it, then just add a line to every git commit message:


````
Signed-off-by: Random J Developer <random@developer.example.org>
````
```
Signed-off-by: Random J Developer <random@developer.example.org>
```


Use your real name (sorry, no pseudonyms or anonymous contributions). Use your real name (sorry, no pseudonyms or anonymous contributions).
If you set your `user.name` and `user.email` git configs, you can sign your If you set your `user.name` and `user.email` git configs, you can sign your

Loading…
Cancel
Save