salt/doc/topics/community.rst

74 lines
1.7 KiB
ReStructuredText
Raw Normal View History

=========
Community
=========
Join the Salt!
There are many ways to participate in and communicate with the Salt community.
Salt has an active IRC channel and a mailing list.
Mailing List
============
The Salt mailing list is hosted by google groups, it can be found here:
http://groups.google.com/group/salt-users
It is open to new members.
IRC
===
The salt irc is hosted by OFTC, connect to the OFTC irc server:
irc://irc.oftc.net:6667
and join #salt
Follow on Github
================
The salt code is developed via Github, watch Salt for constant updates on what
is happening in Salt development:
https://github.com/thatch45/salt
The Red45 Blog
==============
News and thoughts on Salt and related projects is often posted on Thomas' blog
``The Red45``:
http://red45.wordpress.com/
Developing Salt
===============
If you want to help develop Salt there is a great need and your patches are
welcome!
To assist in Salt development, you can help in a number of ways.
Posting patches to the mailing list
-----------------------------------
If you have a patch for Salt, please format it via :command:`git format-patch` and
send it to the Salt users mailing list. This allows the patch to give you the
contributor the credit for your patch, and gives the Salt community an archive
of the patch and a place for discussion.
Setting a Github pull request
-----------------------------
This is probably the preferred method for contributions, simply create a Github
fork, commit your changes to the fork, and then open up a pull request.
Contributions Welcome!
----------------------
The goal here it to make contributions clear, make sure there is a trail for
where the code has come from, but most importantly, to give credit where credit
is due!