Use this file when committing to the repository to ensure that all the necessary steps have been taken.
- Check that the code compiles and runs without errors.
- Is your code commented to a reasonable standard?
- Did you use log.Panic()? If so, please use log.Fatal() instead.
- Are any errors or code written in non-english?
- Are there any error messages that could be improved?
- Are there any areas where structure could be improved?
- Have you made more than one change in a commit? (This is fine for version <1.0.0)
- Are there any vulnerabilities in your code? (If unsure, commit, and they can be checked and fixed.)
- Does the security policy need to be modified?
- Does the README.md have to be modified?
- Is your commit message appropriate for the commit?
- Have you added all collaborators to the commit?
If any of the above are not met, please fix before submitting.