mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
19 lines
750 B
Markdown
19 lines
750 B
Markdown
# Contribution Guidelines
|
|
|
|
1. All commits need a sign-off by the author (except for drafts)
|
|
If additional reviewers gave their ack, a proper attribution
|
|
header may be added.
|
|
|
|
2. Commit messages should explain what's really done here, and their
|
|
headlines need a short and precise subject. See history for examples.
|
|
|
|
Keep in mind that history is also a piece of documentation.
|
|
|
|
3. Once a release is out, bugfixes should be submitted separately, against
|
|
the affected release branch(es) as well as master (so multiple pull requests)
|
|
|
|
4. If new functions or types are introduced, these should be documented
|
|
in-code, so we can generate docs directly from the code :)
|
|
|
|
5. Use pull request tags if you can - if we need some more, just ask.
|