RodrigoDornelles / 3bc-lang

Low-level language, tiny virtual machine, minimal runtime, intermediate representation, embeddable, easy for beginners. (Friendly Punched cards)
https://3bc-lang.org
GNU General Public License v3.0
232 stars 25 forks source link

add git-hooks and create a commit standards #357

Closed RodrigoDornelles closed 1 year ago

RodrigoDornelles commented 1 year ago

I'm very new to this, and also disorganized, if you can suggest a pattern and even implement it would help us!

AllanSiqueira commented 1 year ago

Can I help with this issue? There is this convention for commit names, what do you think about it? https://www.conventionalcommits.org/en/v1.0.0/

RodrigoDornelles commented 1 year ago

Can I help with this issue? There is this convention for commit names, what do you think about it? https://www.conventionalcommits.org/en/v1.0.0/

@AllanSiqueira yes, that's great for me.

if you want to implement it I give you some suggestions to use shellscript or ruby.
(I know python is common for hooks, but it would be an extra dependency for the project in which you already use ruby)

Remembering that it's October, so it will be accepted as a valid contribution to hacktoberfest! :smile:

AllanSiqueira commented 1 year ago

I will work on it! Thank you!