Skip to content

Commit

Permalink
Fix typo in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fkmy committed Oct 1, 2024
1 parent 7cc97b4 commit d8c08e2
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 d8c08e2

Please sign in to comment.