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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ In general, contributors should develop on branches based off of `main` and pull
15
15
1. Create a new branch based on `main`: `git checkout -b <my-branch-name> main`.
16
16
1. Make your changes, add tests, and make sure the tests still pass.
17
17
1. Commit your changes using the [DCO](http://developercertificate.org/). You can attest to the DCO by commiting with the **-s** or **--signoff** options or manually adding the "Signed-off-by":
18
+
1. Before pushing changes for review, run the following commands locally:
19
+
-`export PTOOL_SEED=qcom-ptool-ci`
20
+
-`make lint`
21
+
-`make all integration check-checksums`
18
22
1. Push to your fork and submit a pull request from your branch to `main`.
19
23
1. Pat yourself on the back and wait for your pull request to be reviewed.
0 commit comments