Thank you for your interest in contributing to Texture Ripper!
This document summarizes how you can help improve the project.
- Use the Bug Report template.
- Always report one bug per issue.
- Include clear steps to reproduce the bug.
- Screenshots, videos or console logs are very helpful.
- Use the Feature Request template.
- Explain the problem your idea solves.
- Be clear about what you’d like to see happen.
- If you’ve considered alternatives, include them.
- Keep PRs focused: one change or fix per PR.
- Make sure your code builds and runs without errors.
- Write Conventional Commits (e.g.
fix: crash when exporting PNGorfeat: add batch export option). - Update documentation or examples if your changes affect usage.
- Small improvements (typo fixes, refactoring, tests) are welcome too.
- Be respectful and constructive in discussions.
- If you’re unsure about an idea, open an issue first before writing code.
- Contributions of tests, docs, and examples are just as valuable as new features.