File: CONTRIBUTING.md

package info (click to toggle)
libosmium 2.22.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,544 kB
  • sloc: cpp: 52,804; sh: 148; makefile: 19
file content (19 lines) | stat: -rw-r--r-- 864 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

Some rules for contributing to this project:

* Please open a separate issue for each problem, question, or comment you have.
  Do not re-use existing issues for other topics, even if they are similar. This
  keeps issues small and manageable and makes it much easier to follow through
  and make sure each problem is taken care of.

* We'd love for you to send pull requests for fixes you have made or new features
  you have added. Please read the [notes for developers](NOTES_FOR_DEVELOPERS.md)
  beforehand which contains some coding guidelines.

If you are reporting a problem:

* Describe exactly what you were trying to achieve, what you did, what you
  expected to happen and what did happen instead. Include relevant information
  about the platform, OS version etc. you are using. Include shell commands you
  typed in, log files, errors messages etc.