Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Add colon for consistency
  • Loading branch information
Miniongolf committed Dec 21, 2023
1 parent 978df55 commit 65fbf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ You can apply the kernel to your project with the following commands
- Remove the template: `pros c remove LemLib@a.b.c-d`

If you are creating new files in the `lemlib` folder
- Run `make clean quick -j`
- Run: `make clean quick -j`

In order to contribute to LemLib, you will need to [fork](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) the repository and clone it to your local machine. You can then [commit](#commit-messages) your changes to your fork. Once you are done, you can [create a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) to the master branch. You can use the [Pull Request Template](.github/PULL_REQUEST_TEMPLATE.md) to structure your pull request.

Expand Down

0 comments on commit 65fbf75

Please sign in to comment.