nextcloud-notes-android/CONTRIBUTING.md
Andy Scherzinger daf1f1a1ac
Add SPDX header and dep5 package description
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-03-06 14:33:34 +01:00

47 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
~ SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2016-2024 Stefan Niedermann <info@niedermann.it>
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
# Contributing guide
## Submitting bug reports
If you find a bug, feel free to [open an issue](https://github.com/nextcloud/notes-android/issues/new). But please provide these information in the comment:
**Android version:** e. g. 6.0.1 Marshmallow
**Device**: e. g. Motorola Moto G 2015
**System language**: English (US), German, …
**App version:** e. g. v0.8.1
**App source:** Google Play Store, F-Droid or self-built?
**Steps to reproduce:**
1. open the app
2. click on a note
3. use the top left back-arrow
4.
### Copy & Paste
**Android version:** e. g. 6.0.1 Marshmallow
**Device**: e. g. Motorola Moto G 2015
**System language**: English (US), German, …
**App version:** e. g. v0.8.1
**App source:** Google Play Store, F-Droid or self-built?
**Steps to reproduce:**
1. open the app
2. click on a note
3. use the top left back-arrow
4.
## Adding new features
If you want to contribute on the code, you can fork the project, commit your changes and make a pull request. For bigger features/changes, it's better to first [open an issue](https://github.com/stefan-niedermann/OwnCloud-Notes/issues/new) and ask if this feature is needed or wanted it would be very disappointing if you add a new cool feature and your pull request will be rejected by some reasons you didn't thought about.