Skip to content

Commit f317db5

Browse files
authored
[Website] Update repositories that did not have GitHub discussions (#640)
The repositories that did not have GitHub discussions have been updated to also have GitHub discussions enabled. This PR updates the links and some minor details on the wording to remove the conditional. See: - apache/arrow-java#710 - apache/arrow-julia#546 - apache/arrow-go#353
1 parent 34ca4ea commit f317db5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

community.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,15 @@ activity is captured in email form for archival purposes.
9090

9191
### GitHub
9292

93-
<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. Maintainers may convert usage type Issues to Discussions as appropriate.</p>
93+
<p>We use GitHub Issues as a place to report bugs, request new features, and track the queue of development work. For usage questions, our repositories use GitHub Discussions as an alternative to the <code>user@</code> mailing list {% include mailing_list_links.html list="user" %}. 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. Maintainers may convert usage type Issues to Discussions as appropriate.</p>
9494

9595
Please create Issues or start Discussions on the appropriate repository:
9696

9797
Implementations:
9898

99-
- Go: [apache/arrow-go](http://github.com/apache/arrow-go) ([Issues](http://github.com/apache/arrow-go/issues))
100-
- Java: [apache/arrow-java](http://github.com/apache/arrow-java) ([Issues](http://github.com/apache/arrow-java/issues))
99+
- Go: [apache/arrow-go](http://github.com/apache/arrow-go) ([Issues](http://github.com/apache/arrow-go/issues), [Discussions](https://github.com/apache/arrow-go/discussions))
100+
- Java: [apache/arrow-java](http://github.com/apache/arrow-java) ([Issues](http://github.com/apache/arrow-java/issues), [Discussions](https://github.com/apache/arrow-java/discussions))
101+
- Julia: [apache/arrow-julia](http://github.com/apache/arrow-julia) ([Issues](http://github.com/apache/arrow-julia/issues), [Discussions](https://github.com/apache/arrow-julia/discussions))
101102
- 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))
102103
- 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))
103104
- .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))

0 commit comments

Comments
 (0)