You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,8 @@ When you're ready to contribute, follow these steps:
49
49
3. Write your code and tests.
50
50
4. Lint your code by running `make lint` and test common modules with `make test-common`.
51
51
5. If you're working on destination code, contact us to get access to test destinations.
52
-
6. Create a pull request targeting the **devel** branch of the main repository.
52
+
6. If you have added, removed or updated dependencies in the `pyproject.toml`, make sure `uv.lock` is up to date by running `uv lock`. If you are merging in upstream changes from the devel branch and get a conflict on the lockfile, it's best to take the devel version and re-run `uv lock` to re-apply your changes.
53
+
7. Create a pull request targeting the **devel** branch of the main repository.
53
54
54
55
**Note:** for some special cases, you'd need to contact us to create a branch in this repository (not fork). See below.
0 commit comments