From 71501feadc30e057c300a75005e8d562ce898bba Mon Sep 17 00:00:00 2001 From: tkevinbest <70407790+tkevinbest@users.noreply.github.com> Date: Thu, 13 Mar 2025 20:14:28 +0000 Subject: [PATCH 1/2] fix: update contribution steps in readme. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b13ce18..9f6644c 100644 --- a/README.md +++ b/README.md @@ -75,13 +75,15 @@ If you'd like to modify or contribute to the [opensourceleg](https://pypi.org/pr 8. **Make your changes** and commit them with descriptive messages. -9. **Push your changes** to your fork: +9. **Run checks**. See [the contributing guidelines](https://github.com/neurobionics/opensourceleg/blob/main/CONTRIBUTING.md) for more information. + +10. **Push your changes** to your fork: ```bash git push origin feature-or-bugfix-name ``` -10. **Create a Pull Request** by navigating to your fork on GitHub and clicking `New Pull Request`. +11. **Create a Pull Request** by navigating to your fork on GitHub and clicking `New Pull Request`. Your changes will be reviewed by the maintainers, and if approved, they will be merged into the main repository. From e6fc759e95feaffc2f568ab0fe3154be296ec842 Mon Sep 17 00:00:00 2001 From: tkevinbest <70407790+tkevinbest@users.noreply.github.com> Date: Thu, 13 Mar 2025 20:20:50 +0000 Subject: [PATCH 2/2] fix: prettier changed an indentation in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f6644c..3018bda 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,9 @@ If you'd like to modify or contribute to the [opensourceleg](https://pypi.org/pr 10. **Push your changes** to your fork: - ```bash - git push origin feature-or-bugfix-name - ``` +```bash +git push origin feature-or-bugfix-name +``` 11. **Create a Pull Request** by navigating to your fork on GitHub and clicking `New Pull Request`.