Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinber authored Jul 5, 2023
1 parent dfb1caf commit 7ee6dc1
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 @@ -15,7 +15,7 @@ Pull requests are welcome and pair well with bug reports and feature requests. H
- Develop in a fix or feature branch (`fix/describe-your-fix`, `feature/describe-your-feature`), not in `main` or `develop`.
- The pre-commit hook will cover some tasks, but be sure to run `npm run format` before staging your commits.
- Make your changes in your fork.
- Validate your chances according to the [Yospace Validation Procedure](https://developer.yospace.com/sdk-documentation/javascript/userguide/latest/en/validate-your-app.html).
- Validate your changes according to the [Yospace Validation Procedure](https://developer.yospace.com/sdk-documentation/javascript/userguide/latest/en/validate-your-app.html).
- Add an entry to the [CHANGELOG.md](CHANGELOG.md) file in the `[Unreleased]` section to describe the changes to the project. Can be done manually or using `npx kacl`.
- Submit a pull request to the main repository.

Expand Down

0 comments on commit 7ee6dc1

Please sign in to comment.