From patchwork Sun May 13 10:38:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,10/11] manual: add get-involved.txt Date: Sun, 13 May 2012 00:38:20 -0000 From: Samuel Martin X-Patchwork-Id: 158824 Message-Id: <1336905501-9757-11-git-send-email-s.martin49@gmail.com> To: buildroot@busybox.net From: Samuel MARTIN Signed-off-by: Samuel Martin create mode 100644 docs/manual/get-involved.txt diff --git a/docs/manual/get-involved.txt b/docs/manual/get-involved.txt new file mode 100644 index 0000000..9b6e843 --- /dev/null +++ b/docs/manual/get-involved.txt @@ -0,0 +1,67 @@ +Getting involved +================ + +Like any open source projects, Buildroot has different ways to share +information in its community and outside. + +One piece of it is the document you are currently reading ;-). + +Each of those ways may interest you if you are look for some help, +want to understand Buildroot or contribute to the project. + +Mailing List +------------ + +Buildroot has a mailing list +http://lists.busybox.net/pipermail/buildroot[] for discussion and +development. + +[[mailing-list-subscribe]] + +Subscribing to the mailing list +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +You can subscribe by visiting +http://lists.busybox.net/mailman/listinfo/buildroot[]. +Only subscribers to the Buildroot mailing list are allowed to post to +this list. + +The list is also available through _Gmane_ http://gmane.org[], at ++gmane.comp.lib.uclibc.buildroot+ +http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot[]. + +Searching the List Archives +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Please search the mailing list archives before asking questions on the +mailing list, since there is a good chance someone else has asked the +same question before. Checking the archives is a great way to avoid +annoying everyone on the list with frequently asked questions... + +IRC +--- + +The Buildroot IRC is irc://freenode.net/#buildroot[]. +The channel +#buildroot+ is hosted on Freenode +http://webchat.freenode.net[]. + +When asking for help on the IRC, share relevant logs or piece of code +using a code sharing website (see +http://en.wikipedia.org/wiki/Comparison_of_pastebins[], and pick up +one). + +Bugtracker +---------- + +The Buildroot bugtracker is at https://bugs.uclibc.org[]. + +Buildroot wikipage +------------------ + +Consecutively to the Buildroot developer day February 3, 2012, +a page dedicated to Buildroot has been created on +http://elinux.org[elinux.org]. + +This page is reachable at http://elinux.org/Buildroot[]. + +Currently, this page is mainly used as a _todo-list_. diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt index aa0952e..b23e9c1 100644 --- a/docs/manual/manual.txt +++ b/docs/manual/manual.txt @@ -25,6 +25,8 @@ include::going-further.txt[] include::developer-guide.txt[] +include::get-involved.txt[] + include::legal-notice.txt[]