Contributions to the TESjs project are more than welcome!
When making a commit, it makes it easier to have a defined message structure. Try to include the scope with a concise but descriptive message about the change.
For example, if you made a new util function make your commit like so: added newUtil function
If your commit is in relation to an issue, reference the issue number in your commit message as well: #42: add newUtil function
When making a PR, make sure to be very descriptive about the change you made and how it works. Provide any details needed in order to test that your change works.
By making a contribution to TESjs you are agreeing that your contribution will be licensed under the MIT License terms.