From a59453f231848f640a63ddb4e4761418b1ac9efd Mon Sep 17 00:00:00 2001 From: Thomas Hobson Date: Sat, 27 Feb 2021 18:28:18 +1300 Subject: [PATCH] pkg: finalize contributing --- packages/CONTRIBUTING.MD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/CONTRIBUTING.MD b/packages/CONTRIBUTING.MD index 6e41706..d1b37d0 100644 --- a/packages/CONTRIBUTING.MD +++ b/packages/CONTRIBUTING.MD @@ -59,3 +59,7 @@ You should add in the path to any binaries. The current working directory for th If everything went well, you should now have a `[language]-[version].pkg.tar.gz` file sitting in the root. If not, read through your error logs, and if in doubt ask for help in #emkc-felix-piston in Discord. +14. Commit your changes, using message format of `pkg([language]): Added [language] [version]` +Any additional commits regarding this package should start with `pkg([language]): ` + +15. Create a pull request (currently to v3), referencing an Issue number (if there is one associated).