You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Contributing by reporting issues
2
2
***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).
4
4
* Alternativately, we also have [🐣 Twitter](https://twitter.com/Nextclouders) and [🐘 Mastodon](https://mastodon.xyz/@nextcloud) accounts.
5
5
6
6
### Bug Reporting Guidelines
@@ -39,7 +39,6 @@ If you can certify it, then just add a line to every git commit message:
39
39
Signed-off-by: Random J Developer <random@developer.example.org>
40
40
```
41
41
42
-
Use your real name (sorry, no pseudonyms or anonymous contributions).
43
42
If you set your `user.name` and `user.email` git configs, you can sign your
44
43
commit automatically with `git commit -s`. You can also use git [aliases](https://git-scm.com/book/tr/v2/Git-Basics-Git-Aliases)
45
44
like `git config --global alias.ci 'commit -s'`. Now you can commit with
0 commit comments