mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
CONTRIBUTING.md: add CoC section
This commit is contained in:
parent
8634dd3e6a
commit
fc1ed72bdc
1 changed files with 8 additions and 0 deletions
|
@ -113,6 +113,13 @@ process is:
|
||||||
4. **Merge** the merge request when all reviewers approve.
|
4. **Merge** the merge request when all reviewers approve.
|
||||||
5. **File** follow-up tickets if appropriate.
|
5. **File** follow-up tickets if appropriate.
|
||||||
|
|
||||||
|
## Code of Conduct
|
||||||
|
|
||||||
|
Note that as a project hosted on freedesktop.org, wlroots follows its
|
||||||
|
[Code of Conduct], based on the Contributor Covenant. Please conduct yourself
|
||||||
|
in a respectful and civilized manner when communicating with community members
|
||||||
|
on IRC and bug tracker.
|
||||||
|
|
||||||
## Style Reference
|
## Style Reference
|
||||||
|
|
||||||
wlroots is written in C with a style similar to the [kernel style], but with a
|
wlroots is written in C with a style similar to the [kernel style], but with a
|
||||||
|
@ -397,5 +404,6 @@ static void subsurface_handle_surface_destroy(struct wl_listener *listener,
|
||||||
[linear, "recipe" style]: https://www.bitsnbites.eu/git-history-work-log-vs-recipe/
|
[linear, "recipe" style]: https://www.bitsnbites.eu/git-history-work-log-vs-recipe/
|
||||||
[git-rebase.io]: https://git-rebase.io/
|
[git-rebase.io]: https://git-rebase.io/
|
||||||
[reference issues]: https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically
|
[reference issues]: https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically
|
||||||
|
[Code of Conduct]: https://www.freedesktop.org/wiki/CodeOfConduct/
|
||||||
[How to Write a Git Commit Message]: https://chris.beams.io/posts/git-commit/
|
[How to Write a Git Commit Message]: https://chris.beams.io/posts/git-commit/
|
||||||
[kernel style]: https://www.kernel.org/doc/Documentation/process/coding-style.rst
|
[kernel style]: https://www.kernel.org/doc/Documentation/process/coding-style.rst
|
||||||
|
|
Loading…
Reference in a new issue