mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-19 22:49:00 +00:00
Docs: How to contribute to OpenMetadata
This commit is contained in:
parent
e04626cb1b
commit
b633c80c0b
@ -75,6 +75,7 @@
|
||||
|
||||
* [Community](open-source-community/community.md)
|
||||
* [Developer](open-source-community/developer/README.md)
|
||||
* [How to Contribute](open-source-community/developer/how-to-contribute.md)
|
||||
* [Coding Style](open-source-community/developer/coding-style.md)
|
||||
* [Build the code & run tests](open-source-community/developer/build-code-run-tests.md)
|
||||
* [Build a Connector](open-source-community/developer/build-a-connector/README.md)
|
||||
|
56
docs/open-source-community/developer/how-to-contribute.md
Normal file
56
docs/open-source-community/developer/how-to-contribute.md
Normal file
@ -0,0 +1,56 @@
|
||||
# How to Contribute
|
||||
|
||||
Welcome to [OpenMetadata](https://open-metadata.org). Our goal is to build an Open standard for Metadata.
|
||||
We truly believe this can only be achieved through building a great community.
|
||||
|
||||
We ❤️ all contributions, big and small!
|
||||
|
||||
## Github issues
|
||||
|
||||
Look for issues under [github/issues tab](https://github.com/open-metadata/OpenMetadata/issues) . If you have a feature request or found a bug please file an issue first.
|
||||
|
||||

|
||||
|
||||
|
||||
## Fork Github project
|
||||
|
||||
OpenMetadata github repository can be accessed here [https://github.com/open-metadata/OpenMetadata](https://github.com/open-metadata/OpenMetadata) .
|
||||
|
||||

|
||||
|
||||
|
||||
## Create a branch in your fork
|
||||
|
||||
```bash
|
||||
git checkout -b ISSUE-200
|
||||
```
|
||||
|
||||
Make changes. Follow the [Coding Style](./coding-style.md) Guide on best practices and [Build the code & run tests](./build-code-run-tests.md) on how to setup Intellij, Maven
|
||||
|
||||
|
||||
## Push your changes to Github
|
||||
|
||||
```bash
|
||||
git add .
|
||||
git commit -m "ISSUE-200: Meaningful commit message
|
||||
git push origin HEAD:refs/heads/issue-200
|
||||
```
|
||||
|
||||
|
||||
## Open a PR
|
||||
|
||||
1. Go to https://github.com/open-metadata/OpenMetadata/pulls
|
||||
|
||||
2. It should show an option to open a pull request.
|
||||
|
||||
3. If not click on "New Pull request"
|
||||

|
||||
4. Select your fork repository and branch
|
||||

|
||||
|
||||
5. Click "Create pull request"
|
||||
|
||||
|
||||
## We are here to help
|
||||
|
||||
Please reach out to us anytime you need any help. [Slack](https://openmetadata.slack.com/join/shared_invite/zt-udl8ris3-Egq~YtJU_yJgJTtROo00dQ#/shared-invite/email) would be fastest way to get a response.
|
BIN
docs/open-source-community/developer/images/fork-github.png
Normal file
BIN
docs/open-source-community/developer/images/fork-github.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 277 KiB |
BIN
docs/open-source-community/developer/images/new-issue.png
Normal file
BIN
docs/open-source-community/developer/images/new-issue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 516 KiB |
BIN
docs/open-source-community/developer/images/pull-request-2.png
Normal file
BIN
docs/open-source-community/developer/images/pull-request-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1015 KiB |
BIN
docs/open-source-community/developer/images/pull-request.png
Normal file
BIN
docs/open-source-community/developer/images/pull-request.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 366 KiB |
Loading…
x
Reference in New Issue
Block a user