Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 884 Bytes

File metadata and controls

35 lines (23 loc) · 884 Bytes

Contributing

Thanks for your interest in contributing to AndroidIRCX.

Ways to Contribute

  • Report bugs and request features via GitHub Issues.
  • Improve documentation.
  • Submit code changes through pull requests.

Development Workflow

  1. Fork the repo and create a feature branch.
  2. Make your changes with clear, focused commits.
  3. Run relevant tests for the areas you touched.
  4. Open a pull request with a clear description and screenshots if UI changes are involved.

Code Style

  • Use TypeScript for new code.
  • Prefer small, focused services and components.
  • Keep changes scoped and avoid unrelated refactors.

Reporting Bugs

Please include:

  • Steps to reproduce
  • Expected vs actual behavior
  • Device/OS and app version
  • Logs or screenshots when possible

License

By contributing, you agree that your contributions will be licensed under the GPL-3.0.