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

brycemecum pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 34ca4eac100 [Website] Update Community page for GitHub Discussions 
(#630)
34ca4eac100 is described below

commit 34ca4eac1006ca368fcc3bc44d1b013f6a932a16
Author: Bryce Mecum <[email protected]>
AuthorDate: Thu Apr 10 07:33:14 2025 -0700

    [Website] Update Community page for GitHub Discussions (#630)
    
    Note this reorders GitHub Issues and Discussions to be above Stack
    Overflow as SO seems to be significantly less popular now than it used
    to be.
    
    Closes https://github.com/apache/arrow-site/issues/629.
    
    Co-authored-by: Raúl Cumplido <[email protected]>
    Co-authored-by: Sutou Kouhei <[email protected]>
    Co-authored-by: Ian Cook <[email protected]>
---
 _includes/mailing_list_links.html |  2 +-
 community.md                      | 27 ++++++++++++++++++++-------
 2 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/_includes/mailing_list_links.html 
b/_includes/mailing_list_links.html
index 7393053d551..20a0be2feff 100644
--- a/_includes/mailing_list_links.html
+++ b/_includes/mailing_list_links.html
@@ -15,4 +15,4 @@ See the License for the specific language governing 
permissions and
 limitations under the License.
 {% endcomment %}
 
-(<a href="mailto:{{ include.list 
}}[email protected]?subject=Subscribe">subscribe</a>, <a 
href="mailto:{{ include.list 
}}[email protected]?subject=Unubscribe">unsubscribe</a>, <a 
href="https://lists.apache.org/list.html?{{ include.list 
}}@arrow.apache.org">archives</a>)
+(<a href="mailto:{{ include.list 
}}[email protected]?subject=Subscribe">subscribe</a>, <a 
href="mailto:{{ include.list 
}}[email protected]?subject=Unubscribe">unsubscribe</a>, <a 
href="https://lists.apache.org/list.html?{{ include.list 
}}@arrow.apache.org">archives</a>)
\ No newline at end of file
diff --git a/community.md b/community.md
index 0376143200a..b348c253dd2 100644
--- a/community.md
+++ b/community.md
@@ -88,6 +88,26 @@ activity is captured in email form for archival purposes.
   <li> <code>github@</code> for all activity on the GitHub repositories {% 
include mailing_list_links.html list="github" %} </li>
 </ul>
 
+### GitHub
+
+<p>We use GitHub Issues as a place to report bugs, request new features, and 
track the queue of development work. For usage questions, some of our 
repositories use GitHub Discussions as an alternative to the <code>user@</code> 
mailing list {% include mailing_list_links.html list="user" %}. For those 
repositories, Discussions are mirrored to the <code>user@</code> mailing list 
{% include mailing_list_links.html list="user" %} and users are welcome to ask 
usage questions in either location [...]
+
+Please create Issues or start Discussions on the appropriate repository:
+
+Implementations:
+
+- Go: [apache/arrow-go](http://github.com/apache/arrow-go) 
([Issues](http://github.com/apache/arrow-go/issues))
+- Java: [apache/arrow-java](http://github.com/apache/arrow-java) 
([Issues](http://github.com/apache/arrow-java/issues))
+- nanoarrow: 
[apache/arrow-nanoarrow](https://github.com/apache/arrow-nanoarrow) 
([Issues](https://github.com/apache/arrow-nanoarrow/issues), 
[Discussions](https://github.com/apache/arrow-nanoarrow/discussions))
+- Rust: [apache/arrow-rs](http://github.com/apache/arrow-rs) 
([Issues](http://github.com/apache/arrow-rs/issues), 
[Discussions](http://github.com/apache/arrow-rs/discussions))
+- .NET: [apache/arrow-dotnet](https://github.com/apache/arrow-dotnet) 
([Issues](https://github.com/apache/arrow-dotnet/issues), 
[Discussions](https://github.com/apache/arrow-dotnet/discussions))
+- All Others: [apache/arrow](http://github.com/apache/arrow) 
([Issues](http://github.com/apache/arrow/issues), 
[Discussions](http://github.com/apache/arrow/discussions))
+
+Standards:
+
+- ADBC: [apache/arrow-adbc](https://github.com/apache/arrow-adbc) 
([Issues](https://github.com/apache/arrow-adbc/issues), 
[Discussions](https://github.com/apache/arrow-adbc/discussions))
+- All Others: [apache/arrow](http://github.com/apache/arrow) 
([Issues](http://github.com/apache/arrow/issues), 
[Discussions](http://github.com/apache/arrow/discussions))
+
 ### Stack Overflow
 
 For questions on how to use Arrow libraries, you may want to use the Stack
@@ -97,13 +117,6 @@ addition to the programming language. Some languages and 
subprojects may have
 their own tags (for example,
 [pyarrow](https://stackoverflow.com/questions/tagged/pyarrow)).
 
-### GitHub issues
-
-We use GitHub issues as a way to ask questions and engage with the Arrow 
developer
-community and for maintaining a queue of development work and as the public
-record of work on the project. We use the mailing lists for development 
discussions,
-where a lengthy discussions is required.
-
 ### Meetings
 
 We host online meetings to provide spaces for synchronous discussions about 
the Arrow project. These discussions usually focus on topics of interest to 
developers who are contributing to Arrow, but we welcome users of Arrow to 
join. Currently there are three series of regularly held meetings:

Reply via email to