You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2020/11/30 19:04:13 UTC

[httpcomponents-website] branch master updated: Add basic content for Get Involved page (#5)

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c116039  Add basic content for Get Involved page (#5)
c116039 is described below

commit c116039cab421183adcce9fdd1b550ba0d493245
Author: Martin Grigorov <ma...@users.noreply.github.com>
AuthorDate: Mon Nov 30 21:04:06 2020 +0200

    Add basic content for Get Involved page (#5)
---
 src/site/apt/get-involved.apt | 41 ++++++++++++++++++++++++++++++-----------
 1 file changed, 30 insertions(+), 11 deletions(-)

diff --git a/src/site/apt/get-involved.apt b/src/site/apt/get-involved.apt
index bd64d28..208c3f3 100644
--- a/src/site/apt/get-involved.apt
+++ b/src/site/apt/get-involved.apt
@@ -25,18 +25,37 @@
    -----------
    Get Involved With HttpComponents
 
-Get Involved
+Community
 
-   Oh shame on us... we don't really have a <Get Involved> page.
-   Of course we'd like you to get involved into our project,
-   but we just didn't have the time yet to explain how.
+   * Users mailing list: {{{mailto:httpclient-users@hc.apache.org}httpclient-users@}} for general discussion, questions, and announcements. This is the perfect place to ask for help if you need it!
 
-   As it happens, the ways to get involved into an open source project
-   are basically the same for all projects.
-   Please have a look at the
-   {{{http://incubator.apache.org/guides/participation.html}
-     Incubator Guide To Participation}}.
-   It's terse, but has pointers to additional information elsewhere at Apache.
-   The sections on participating as a User and as a Developer apply here, too.
+   * Development mailing list: {{{mailto:dev@hc.apache.org}dev@}} for discussion about project development.
+   
+   * GitHub: Star us at {{{https://github.com/apache/httpcomponents-core/}apache/httpcomponents-core}} and {{{https://github.com/apache/httpcomponents-client/}apache/httpcomponents-client}} and use this to follow HttpComponents development or contribute pull requests. If you're interested in development, please see the Contributing section below for details on our development process.
    
+   * Reporting issues:
+      
+      * {{{https://issues.apache.org/jira/projects/HTTPCORE}HttpComponents Core}}
+      
+      * {{{https://issues.apache.org/jira/projects/HTTPCLIENT}HttpComponents Client}} and {{{https://issues.apache.org/jira/projects/HTTPASYNC}HttpComponents AsyncClient}}
+   
+   * Slack: Some committers and users are present in the channel {{{https://the-asf.slack.com/archives/CGC9KPJKH}#httpcomponents-client}} on the Apache Slack team.
+   
+   * StackOverflow: While the user mailing list is the primary resource for asking questions, if you prefer StackOverflow, make sure to tag your question with {{{https://stackoverflow.com/questions/tagged/apache-httpcomponents}apache-httpcomponents}}.
+
+Contributing
 
+   HttpComponents is a community-led project and we are delighted to receive contributions of anything from minor fixes to new features.
+   If you have an itch to scratch, then by all means do that! Fixing bugs you run into, or adding features you need, are both immensely helpful.
+   There are plenty of ways to help outside writing code. Code review of pull requests (even if you are not a committer), feature suggestions, reporting bugs, documentation and usability feedback all matter immensely.
+
+Testing
+
+   All Pull Requests are automatically tested on {{{https://travis-ci.com/apache/httpcomponents-core}Travis CI (Core)}}, {{{https://travis-ci.com/apache/httpcomponents-client}Travis CI (Client)}} on both AMD64 and ARM64 architectures.
+
+More information
+
+   As it happens, the ways to get involved into an open source project are basically the same for all projects.
+   Please have a look at the {{{http://incubator.apache.org/guides/participation.html}Incubator Guide To Participation}}.
+   It's terse, but has pointers to additional information elsewhere at Apache.
+   The sections on participating as a User and as a Developer apply here, too.