From ebe869aefa8a7f2f94cd7a668b95b79c3a0aa9ba Mon Sep 17 00:00:00 2001 From: Thomas Hobson Date: Sat, 6 Mar 2021 01:10:18 +1300 Subject: [PATCH] pkg(contributing): update commit format --- packages/CONTRIBUTING.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/CONTRIBUTING.MD b/packages/CONTRIBUTING.MD index 5dcb752..9ae44fd 100644 --- a/packages/CONTRIBUTING.MD +++ b/packages/CONTRIBUTING.MD @@ -55,7 +55,7 @@ The dependencies map contains the keys as language names, and the values as semv 9. Test your package builds with running `make [language]-[version].pkg.tar.gz`. If it all goes to plan, you should have a file named `[language]-[version].pkg.tar.gz`, in this case your good to go! -10. Commit your changes, using message format of `pkg([language]): Added [language] [version]` -Any additional commits regarding this package should start with `pkg([language]): ` +10. Commit your changes, using message format of `pkg([language]-[version]): Added [language] [version]` +Any additional commits regarding this package should start with `pkg([language]-[version]): ` 11. Create a pull request (currently to v3 branch), referencing an Issue number (if there is one associated).