File: CONTRIBUTING.md

package info (click to toggle)
nixnote2 2.1.7~git20220718%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,984 kB
  • sloc: cpp: 78,958; java: 1,096; sh: 322; javascript: 107; ansic: 10; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributing
## Intro
Thanks for your interest in contributing!

I didn't yet have time to write some formal rules, but I think at begin "common sense" and usual
github "best practices" should be sufficient.

Any kind of meaningful contribution is welcome!

* Reporting a bug (and later testing the updated code)
* Submitting a fix / pull requests
* Proposing new features
* Adding content to wiki
  * If it would be non trivial change, then please open a [issue](https://github.com/robert7/nixnote2/issues) for this and let me briefly know about
    the content of the changes.
* ...