Thank you for your interest in contributing! Please follow these guidelines to keep the project clean and manageable.
- Always work on the
devbranch. - Never push directly to
main; changes should go throughdevfirst. - Use feature branches (e.g.,
fix-commandoradd-something) for new additions.
- Keep commits focused on a single change.
- Use meaningful commit messages.
- Split up commits for different purposes (e.g., bug fixes, refactoring, new features should be separate commits).
- Always create PRs against the
devbranch. - Ensure your changes do not break existing functionality.
- Keep PRs focused on a single purpose.
Happy fumming!!