Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CONTRIBUTING.md - github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 107335520e71ac05262be11f8142fe36e3bc4819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Contributing guide

## Submitting bug reports

If you find a bug, feel free to [open an issue](https://github.com/stefan-niedermann/OwnCloud-Notes/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.