Skip to content

Commit

Permalink
Update contribution_process.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romeokienzler authored Dec 12, 2024
1 parent 4a0afc2 commit 0a9ee98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contribution_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ If you want to contribute to this project, there are many valuable ways in doing
1. Use / test TerraTorch and create an [Issue](https://github.com/IBM/terratorch/issues) if something is not working properly or if you have an idea for a feature request.
1. Pick an [Issue](https://github.com/IBM/terratorch/issues) and start contributing

Contributions are welcome as pull requests on a [fork](https://github.com/IBM/terratorch/fork) of this project. Ideally, pull requests are backed by an [Issue](https://github.com/IBM/terratorch/issues). You can also tag the [code owners](https://github.com/IBM/terratorch/blob/main/CODEOWNERS) in the issue before you start, so we can talk about the details (in case you can't join one of the community calls).
Contributions are welcome as pull requests on a [fork](https://github.com/IBM/terratorch/fork) of this project. Ideally, pull requests are backed by an [Issue](https://github.com/IBM/terratorch/issues). You can also tag the [code owners](https://github.com/IBM/terratorch/blob/main/CODEOWNERS) in the issue before you start, so we can talk about the details (in case you can't join one of the community calls).

After or during implementation on your branch, please create a PR to main. During development, please mark this PR as DRAFT and prefix with '[WIP]'
If you want us to merge the PR, remove 'draft' and '[WIP]'. Before that, please make sure that all tests are passing. Unit tests are automatically run on GitHub on the branch as well. The TerraTorch committers will review your code and will run integrations tests on our GPU cluster before we merge to main.

0 comments on commit 0a9ee98

Please sign in to comment.