mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Add CONTRIBUTING.md
This commit is contained in:
parent
d4a99d8e91
commit
fbf531b810
2 changed files with 12 additions and 5 deletions
12
CONTRIBUTING.md
Normal file
12
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# How to Contribute
|
||||
|
||||
Let's try to stick to sircmpwn's [coding style]
|
||||
|
||||
And write [commit messages] like so, keeping the top line to this sort of syntax:
|
||||
|
||||
```
|
||||
cursor: add special feature
|
||||
```
|
||||
|
||||
[coding style]: https://git.sr.ht/~sircmpwn/cstyle
|
||||
[commit messages]: https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/master/CONTRIBUTING.md#commit-messages
|
||||
|
|
@ -7,7 +7,6 @@
|
|||
- [5. Run](#5-run)
|
||||
- [6. Integrate](#6-integrate)
|
||||
- [7. Roadmap](#7-roadmap)
|
||||
- [8. Contribute](#7-contribute)
|
||||
|
||||
## 1. What is this?
|
||||
|
||||
|
|
@ -150,9 +149,6 @@ High-level summary of items which are not inteded to be implemented:
|
|||
- Any theme option not required to reasonably render common themes (it's amazing
|
||||
how few options are actually required).
|
||||
|
||||
## 8. Contribute
|
||||
|
||||
Let's try to stick to this [coding style]
|
||||
|
||||
[openbox-3.4]: http://openbox.org/wiki/Help:Contents
|
||||
[rc.xml]: docs/rc.xml
|
||||
|
|
@ -193,4 +189,3 @@ Let's try to stick to this [coding style]
|
|||
[Video (1:10)]: https://youtu.be/AU_M3n_FS-E
|
||||
[Video (3:42)]: https://youtu.be/rE1bQjSVJzg
|
||||
|
||||
[coding style]: https://git.sr.ht/~sircmpwn/cstyle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue