We welcome contributions in all forms!
Please feel free to raise issues if you are facing any setbacks in reproducing results or running the pipeline, etc.
Please feel free to improve the project through PRs! In your PRs, please maintain the following format for commit messages:
- If any bug fixes are made, the commit must start with
bugfix:
- If any new features are added, the commit must start with
feat:
- If the commit involves documentation work (Markdown, Versioning, LaTeX, JSON), the commit must start with
docs: