raulcd commented on code in PR #35:
URL: https://github.com/apache/arrow-java/pull/35#discussion_r1856731173


##########
CONTRIBUTING.md:
##########
@@ -0,0 +1,58 @@
+<!---
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+# How to contribute to Apache Arrow Java
+
+## Did you find a bug?
+
+The Arrow Java project uses GitHub as a bug tracker.  To report a bug, sign in 
+to your GitHub account, navigate to [GitHub 
issues](https://github.com/apache/arrow-java/issues)
+and click on **New issue** .
+
+Before you create a new bug entry, we recommend you first search among 
+existing Arrow issues in [GitHub](https://github.com/apache/arrow-java/issues).
+
+## Did you write a patch that fixes a bug or brings an improvement?
+
+Create a GitHub issue and submit your changes as a GitHub Pull Request.
+Please make sure to [reference the 
issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)
 in your PR description.
+
+### Minor Fixes
+
+Any functionality change should have a GitHub issue opened. For minor changes 
that
+affect documentation, you do not need to open up a GitHub issue. Instead you 
can
+prefix the title of your PR with "MINOR: " if meets one of the following:

Review Comment:
   nit grammar, missing third person pronoun
   ```suggestion
   prefix the title of your PR with "MINOR: " if it meets one of the following:
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to