Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 706 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 706 Bytes

Contributing to CSS Unit Converter

Thank you for considering contributing to CSS Unit Converter!

How to Contribute

  1. Fork the repository.
  2. Create a new branch (git checkout -b my-feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add feature XYZ').
  5. Push to the branch (git push origin my-feature-branch).
  6. Create a pull request.

Reporting Issues

If you find a bug or have a feature request, please create an issue on GitHub.

Code Style

Please ensure your code follows the project's coding standards and is properly documented.

Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct.