966 B
966 B
Contributing
Want to contribute? Great! I'll be happy to review your contributions.
Note: Pull requests, merge requests, and issues opened on the platform itself are not accepted. All contributions are handled via email.
Reporting issues
Send an email to hi [at] andros.dev with the subject Issue: Issue title and include:
- Repository name
- Detailed description of the issue
- Optional attachments (screenshots, logs, relevant information)
Submitting patches
- Clone the repository and create a feature branch
- Make your changes and test thoroughly
- Generate a patch with
git format-patch - Send an email to
hi [at] andros.devwith the subjectPatch: Patch title, attach the.patchfiles, and include the repository name and a detailed description
Best practices
- One patch addresses one logical change
- Test before submitting
- Write clear commit messages
- Be patient with maintainers
- Accept feedback constructively