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

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new f24afc8c5 Simplify reference to GitHub issues (#4092)
f24afc8c5 is described below

commit f24afc8c57141734a14a9c46d6b8dc1610f936f3
Author: Benson Muite <[email protected]>
AuthorDate: Sat Apr 15 13:38:32 2023 +0300

    Simplify reference to GitHub issues (#4092)
    
    Most Arrow projects use GitHub issues
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 55bdad6cb..df05d1463 100644
--- a/README.md
+++ b/README.md
@@ -58,8 +58,8 @@ a great place to meet other contributors and get guidance on 
where to contribute
 2. the [GitHub Discussions][discussions]
 3. the [Discord channel](https://discord.gg/YAb2TdazKQ)
 
-Unlike other parts of the Arrow ecosystem, the Rust implementation uses 
[GitHub issues][issues] as the system of record for new features
-and bug fixes and this plays a critical role in the release process.
+The Rust implementation uses [GitHub issues][issues] as the system of record 
for new features and bug fixes and
+this plays a critical role in the release process.
 
 For design discussions we generally collaborate on Google documents and file a 
GitHub issue linking to the document.
 

Reply via email to