-
Notifications
You must be signed in to change notification settings - Fork 110
GH-19: Add CONTRIBUTING.md #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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: | ||
|
|
||
| * Grammar, usage and spelling fixes that affect no more than 2 files | ||
| * Documentation updates affecting no more than 2 files and not more | ||
| than 500 words. | ||
|
|
||
| ## Do you want to propose a significant new feature or an important refactoring? | ||
|
|
||
| We ask that all discussions about major changes in the codebase happen | ||
| publicly on the [arrow-dev mailing-list](https://mail-archives.apache.org/mod_mbox/arrow-dev/). | ||
|
|
||
| ## Do you have questions about the source code, the build procedure or the development process? | ||
|
|
||
| You can also ask on the mailing-list, see above. | ||
|
|
||
| ## Further information | ||
|
|
||
| Please read our [development documentation](https://arrow.apache.org/docs/developers/index.html) | ||
| or look through the [New Contributor's Guide](https://arrow.apache.org/docs/developers/guide/index.html). | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.