57 lines
2.9 KiB
XML
57 lines
2.9 KiB
XML
<chapter xmlns="http://docbook.org/ns/docbook" version="5.0"
|
|
xml:id="community"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" >
|
|
|
|
|
|
<info><title>Community Support</title></info>
|
|
|
|
|
|
<section xml:id="jira">
|
|
<info><title>Use JIRA for Issue Tracking</title></info>
|
|
|
|
|
|
<para>Spring Security uses JIRA to manage bug reports and enhancement
|
|
requests. If you find a bug, please log a report using JIRA. Do not
|
|
log it on the support forum, mailing list or by emailing the project's
|
|
developers. Such approaches are ad-hoc and we prefer to manage bugs
|
|
using a more formal process.</para>
|
|
|
|
<para>If possible, in your JIRA report please provide a JUnit test
|
|
that demonstrates any incorrect behaviour. Or, better yet, provide a
|
|
patch that corrects the issue. Similarly, enhancements are welcome to
|
|
be logged in JIRA, although we only accept commit enhancement requests
|
|
if you include corresponding unit tests. This is necessary to ensure
|
|
project test coverage is adequately maintained.</para>
|
|
|
|
<para>You can access JIRA at <link xlink:href="http://jira.springframework.org/browse/SEC">http://jira.springframework.org/browse/SEC</link>.</para>
|
|
</section>
|
|
|
|
<section xml:id="becoming-involved"><info><title>Becoming Involved</title></info>
|
|
|
|
|
|
<para>We welcome you to become involved in Spring Security project.
|
|
There are many ways of contributing, including reading the mailing
|
|
list and responding to questions from other people, writing new code,
|
|
improving existing code, assisting with documentation, developing
|
|
samples or tutorials, or simply making suggestions.</para>
|
|
|
|
<para>Please read our project policies web page that is available on
|
|
Spring Security home page. This explains the path to become a
|
|
committer, and the administration approaches we use within the
|
|
project.</para>
|
|
</section>
|
|
|
|
<section xml:id="further-info"><info><title>Further Information</title></info>
|
|
|
|
|
|
<para>Questions and comments on Spring Security are welcome. Please
|
|
use the Spring Community Forum web site at <uri xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://forum.springframework.org">http://forum.springframework.org</uri> for all support
|
|
issues. Remember to use JIRA for bug reports, as explained above.
|
|
Everyone is also welcome to join the Acegisecurity-developer mailing
|
|
list and participate in design discussions. It's also a good way of
|
|
finding out what's happening with regard to release timing, and the
|
|
traffic volume is quite light. Finally, our project home page (where
|
|
you can obtain the latest release of the project and convenient links
|
|
to Subversion, JIRA, mailing lists, forums etc) is at <uri xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://acegisecurity.org">http://acegisecurity.org</uri>.</para>
|
|
</section>
|
|
</chapter> |