IRNAS template for a GitHub repository. It comes with a basic group of CI workflows for release automation.
- Provide a concise and accurate description of your project in the GitHub "description" field.
- Provide a concise and accurate description of your project in this
README.md
file, replace the title. - Ensure that your project follows [repository naming scheme].
- Turn on
pre-commit
tool by runningpre-commit install
. If you do not have it yet, follow instructions here.
- Remove any files and folders that your project doesn't require. This avoid possible multiple definition issues down the road and keeps your project clean from redundant files.
- As a final step delete this checklist and commit changes.