We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b5276 commit daf29f5Copy full SHA for daf29f5
1 file changed
CONTRIBUTING.md
@@ -302,6 +302,18 @@ cp /data/tests/test_package_integrity.py .
302
pytest test_package_integrity.py
303
```
304
305
+### Contribute to a fork branch
306
+
307
+When a user open a PR from a fork, we are allowed to push to the fork branch.
308
309
+If you want to do so, do the following:
310
311
+```bash
312
+git remote add <user_name> https://github.com/<user_name>/codecarbon.git
313
+git fetch <user_name> <git_branch>
314
+git checkout -b <git_branch> <user_name>/<git_branch>
315
+```
316
317
<!-- TOC --><a name="api-and-dashboard"></a>
318
## API and Dashboard
319
0 commit comments