Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

40 lines (22 loc) · 1.76 KB

Contributing to Fixer

Thank you for your interest in contributing to our game! We welcome contributions of all kinds, from bug fixes to feature additions. By contributing, you are helping to improve the project and make it more useful for everyone.

Please take a moment to read through this document to help ensure a smooth contribution process.

Reporting Issues

If you find a bug or have an issue with the project, please open an issue. When creating a new issue:

  1. Search existing issues: Make sure the issue hasn't already been reported.
  2. Report a single issue: Please report one issue per ticket.
  3. Use a template: Use the provided issue templates to report your issue.

How to Contribute

Tip

If you don't know how any of this works, check out the getting started.

Create an issue before coding

It doesn't matter if you're adding a new feature or fixing a bug - please create a new issue (unless you're working on existing one or you're fixing a type or little like that).

Write a comment on the issue indicating that you started working on it. This will help avoid multiple people working on the same things.

Use conventional commits

https://www.conventionalcommits.org/en/v1.0.0/

Add your changes to changelog

License

By contributing to this project, you agree that your contributions will be licensed under the same license as the project. See the LICENSE file for more details.

Thank You!

We truly appreciate your contribution to Fixer. Your help makes this project better for everyone. If you have any questions, feel free to reach out to the project maintainers.

Happy coding! 🚀