Skip to content

Commit 7ff3d68

Browse files
Merge pull request #335 from neurobionics/332-main-readme-does-not-point-to-contributing-documentation
fix: 332 update contribution steps in readme.
2 parents a4c07de + e6fc759 commit 7ff3d68

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,15 @@ If you'd like to modify or contribute to the [opensourceleg](https://pypi.org/pr
7575

7676
8. **Make your changes** and commit them with descriptive messages.
7777

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.
7979

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+
```
8385

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`.
8587

8688
Your changes will be reviewed by the maintainers, and if approved, they will be merged into the main repository.
8789

0 commit comments

Comments
 (0)