File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,15 @@ If you'd like to modify or contribute to the [opensourceleg](https://pypi.org/pr
75
75
76
76
8 . ** Make your changes** and commit them with descriptive messages.
77
77
78
- 9 . ** Push your changes ** to your fork:
78
+ 9 . ** Run checks ** . See [ the contributing guidelines ] ( https://github.com/neurobionics/opensourceleg/blob/main/CONTRIBUTING.md ) for more information.
79
79
80
- ``` bash
81
- git push origin feature-or-bugfix-name
82
- ```
80
+ 10 . ** Push your changes** to your fork:
81
+
82
+ ``` bash
83
+ git push origin feature-or-bugfix-name
84
+ ```
83
85
84
- 10 . ** Create a Pull Request** by navigating to your fork on GitHub and clicking ` New Pull Request ` .
86
+ 11 . ** Create a Pull Request** by navigating to your fork on GitHub and clicking ` New Pull Request ` .
85
87
86
88
Your changes will be reviewed by the maintainers, and if approved, they will be merged into the main repository.
87
89
You can’t perform that action at this time.
0 commit comments