Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Latest commit

 

History

History
94 lines (73 loc) · 4.12 KB

community.md

File metadata and controls

94 lines (73 loc) · 4.12 KB
layout title description group
page
Apache Tuweni | Community
Project Community Page
nav-right

{% include JB/setup %}




{{ site.data.project.name }} Community

Every volunteer project obtains its strength from the people involved in it. We invite you to participate as much or as little as you choose.

You can:

  • Use our project and provide a feedback.
  • Provide us with the use-cases.
  • Report bugs and submit patches.
  • Contribute code, javadocs, documentation.

Mailing list

Get help using {{ site.data.project.short_name }} or contribute to the project on our mailing lists:

{:.table .table-bordered}

List Usage Subscribe Unsubscribe Archives
[{{ site.data.project.user_list }}](mailto:{{ site.data.project.user_list }}) usage questions, help, and announcements. [subscribe](mailto:{{ site.data.project.user_list_subscribe }}?subject=send this email to subscribe) [unsubscribe](mailto:{{ site.data.project.user_list_unsubscribe }}?subject=send this email to unsubscribe) [archives]({{ site.data.project.user_list_archive_mailarchive }})
[{{ site.data.project.dev_list }}](mailto:{{ site.data.project.dev_list }}) for people who want to contribute code to {{ site.data.project.short_name }} [subscribe](mailto:{{ site.data.project.dev_list_subscribe }}?subject=send this email to subscribe) [unsubscribe](mailto:{{ site.data.project.dev_list_unsubscribe }}?subject=send this email to unsubscribe) [archives]({{ site.data.project.dev_list_archive_mailarchive }})
[{{ site.data.project.commits_list }}](mailto:{{ site.data.project.commits_list }}) commit messages and patches [subscribe](mailto:{{ site.data.project.commits_list_subscribe }}?subject=send this email to subscribe) [unsubscribe](mailto:{{ site.data.project.commits_list_unsubscribe }}?subject=send this email to unsubscribe) [archives]({{ site.data.project.commits_list_archive_mailarchive }})

Issue tracker

We use Github for bug reports and feature requests, with (loading) issues.

# Title
<script> var urlToGetAllOpenBugs = "https://api.github.com/repos/apache/incubator-tuweni/issues?state=open"; $(document).ready(function () { $.getJSON(urlToGetAllOpenBugs, function (allIssues) { $("span#open").text(allIssues.length); $.each(allIssues, function (i, issue) { $("tbody#github-issues") .append("#" + issue.number + "" + issue.title + ""); }); }); }); </script>

Source Code

The project sources are accessible via the [source code repository]({{ site.data.project.source_repository }}) which is also mirrored at [Apache]({{ site.data.project.source_repository_mirror }}).

Website Source Code

The project website sources are accessible via the [website source code repository]({{ site.data.project.website_repository }}) which is also mirrored at [Apache]({{ site.data.project.website_repository_mirror }}).