File: contributing.md

package info (click to toggle)
rust-filebuffer 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 683 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Contributing
============

Contributions in the form of bug reports, feature requests, or pull requests are
welcome. For pull requests, please consider:

 * Write [a proper commit message][proper-commit] and keep the history clean.
 * Avoid unrelated formatting changes, they make it harder to identify
   functional changes in the diff.
 * You agree to license your contribution under the Apache 2.0 license.

Code of conduct
---------------

 * Be nice.
 * Please do not discuss politics in the issue tracker,
   the issue tracker is for technical issues.
 * Do not post LLM-generated content.

[proper-commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html