reorg
This commit is contained in:
parent
96a239f72c
commit
5b3a0d7026
|
@ -62,11 +62,7 @@ see [configuration for the Haskell newbie](https://propellor.branchable.com/hask
|
||||||
Now they'll automatically update every 30 minutes, and you can
|
Now they'll automatically update every 30 minutes, and you can
|
||||||
`git commit -S` and `git push` changes that affect any number of
|
`git commit -S` and `git push` changes that affect any number of
|
||||||
hosts.
|
hosts.
|
||||||
10. Write some neat new properties and send patches to <propellor@joeyh.name>!
|
10. Write some neat new properties and send patches!
|
||||||
Use `git commit --signoff` to certify that your additions to propellor
|
|
||||||
are released under its BSD license.
|
|
||||||
See <https://propellor.branchable.com/contributing> for coding styles,
|
|
||||||
etc.
|
|
||||||
|
|
||||||
## debugging
|
## debugging
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,8 @@ hosts = -- (o) `
|
||||||
|
|
||||||
Propellor is free software, licensed under the BSD license.
|
Propellor is free software, licensed under the BSD license.
|
||||||
|
|
||||||
|
You are encouraged to send patches and improve it. See [[contributing]].
|
||||||
|
|
||||||
## news
|
## news
|
||||||
|
|
||||||
[[!inline pages="news/* and !*/Discussion" show="4" archive=yes]]
|
[[!inline pages="news/* and !*/Discussion" show="4" archive=yes]]
|
||||||
|
|
Loading…
Reference in New Issue