Skip to content

Commit

Permalink
Merge pull request #468 from fkmy/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in CONTRIBUTING.md
  • Loading branch information
lessthanjacob authored Oct 2, 2024
2 parents 7cc97b4 + 5c0d62c commit 84857b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Once a GitHub issue is accepted and assigned to you, please follow general workf

1. Fork the target repository under your GitHub username.
2. Create a branch in your forked repository for the changes you are about to make.
3. Commit your changes in the branch you created in step 2. All commits need to be signed-off. Check the [legal](#legal) section bellow for more details.
3. Commit your changes in the branch you created in step 2. All commits need to be signed-off. Check the [legal](#legal) section below for more details.
4. Push your commits to your remote fork.
5. Create a Pull Request from your remote fork pointing to the HEAD branch (usually `main` branch) of the target repository.
6. Check the GitHub build and ensure that all checks are green.
Expand Down

0 comments on commit 84857b3

Please sign in to comment.