From 0a9ee988755e5e5f6029109a96499a4b8d886397 Mon Sep 17 00:00:00 2001 From: Romeo Kienzler <5694071+romeokienzler@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:15:42 +0000 Subject: [PATCH] Update contribution_process.md --- contribution_process.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contribution_process.md b/contribution_process.md index 26db0271..8c32fa66 100644 --- a/contribution_process.md +++ b/contribution_process.md @@ -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). \ No newline at end of file +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.