Skip to content

Commit eacd03a

Browse files
committed
Add link to Talk chat room, remove signing commit requirement.
Signed-off-by: Camila Ayres <hello@camilasan.com>
1 parent ee5b507 commit eacd03a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Contributing by reporting issues
22
* **Always report bugs via Github**: that is the most reliable way to contacts us since we do not follow any process to check the forum and social media.
3-
* **For questions about the Nextcloud Desktop Client, use the [📋 Forum](https://help.nextcloud.com)**.
3+
* **For questions about the Nextcloud Desktop Client**, use the [📋 Forum](https://help.nextcloud.com) and the [:speech_balloon: Desktop public Talk chat room](https://cloud.nextcloud.com/call/d8k2r6p6).
44
* Alternativately, we also have [🐣 Twitter](https://twitter.com/Nextclouders) and [🐘 Mastodon](https://mastodon.xyz/@nextcloud) accounts.
55

66
### Bug Reporting Guidelines
@@ -39,7 +39,6 @@ If you can certify it, then just add a line to every git commit message:
3939
Signed-off-by: Random J Developer <random@developer.example.org>
4040
```
4141

42-
Use your real name (sorry, no pseudonyms or anonymous contributions).
4342
If you set your `user.name` and `user.email` git configs, you can sign your
4443
commit automatically with `git commit -s`. You can also use git [aliases](https://git-scm.com/book/tr/v2/Git-Basics-Git-Aliases)
4544
like `git config --global alias.ci 'commit -s'`. Now you can commit with

0 commit comments

Comments
 (0)