Repository: incubator-brooklyn Updated Branches: refs/heads/master 683bee980 -> 0c74027ad
docs fix-up Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/51af7bd3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/51af7bd3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/51af7bd3 Branch: refs/heads/master Commit: 51af7bd366af321204b016ff69223ad0c1dcf56f Parents: 177b57b Author: Alex Heneveld <[email protected]> Authored: Fri Feb 27 13:58:39 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Fri Feb 27 14:07:14 2015 +0000 ---------------------------------------------------------------------- docs/website/developers/index.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/51af7bd3/docs/website/developers/index.md ---------------------------------------------------------------------- diff --git a/docs/website/developers/index.md b/docs/website/developers/index.md index 1d3ac4a..eb74497 100644 --- a/docs/website/developers/index.md +++ b/docs/website/developers/index.md @@ -28,15 +28,19 @@ and are comfortable doing so. </div> </div> - -Firstly, please see our [community resources](../community/index.html), in particular: +We heartily welome contributions and new members. +There's nothing official needed to get involved; +simply come say hello somewhere in the [community](../community/index.html): - [Mailing lists](../community/mailing-lists.html) - [IRC channel](../community/irc.html) - [JIRA for bug tracking](https://issues.apache.org/jira/browse/BROOKLYN) -Next, you may want to read the [Developer Guide]({{ site.path.guide }}/dev/). +Once you have some code or a blueprint you want to share, +there are a few instructions to note on [how to contribute](how-to-contribute.html). -If you have changes or additions to the Brooklyn source code, we would love to -see them! Please read our guide on [how to contribute](how-to-contribute.html). +If you're looking to learn more about the codebase itself, +have a look at [Developer Guide]({{ site.path.guide }}/dev/). +There are also a number of [development bookmarks](links.html) for the tools we use +(git, jenkins, jira).
