Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.44 KB

File metadata and controls

41 lines (31 loc) · 1.44 KB

Contributing Guidelines

Thank you for your interest in contributing to Texture Ripper!
This document summarizes how you can help improve the project.

Table of Contents


Reporting Bugs

  • 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.

Suggesting Features

  • 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.

Pull Requests

  • 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 PNG or feat: add batch export option).
  • Update documentation or examples if your changes affect usage.
  • Small improvements (typo fixes, refactoring, tests) are welcome too.

Tips

  • 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.