Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.53 KB

File metadata and controls

41 lines (32 loc) · 1.53 KB

Contributing to RTL Dashboard

First off, thank you for considering contributing to our project. It's people like you that make it such a great tool.

How Can I Contribute?

Reporting Bugs

If you find a bug, please report it by opening an issue on our GitHub repository. Be sure to include:

  • A clear and descriptive title.
  • A detailed description of the problem.
  • Steps to reproduce the issue.
  • Any relevant screenshots or logs.

Suggesting Enhancements

If you have an idea for an enhancement or new feature, please open an issue on our GitHub repository. Include:

  • A clear and descriptive title.
  • A detailed description of the enhancement or feature.
  • Any relevant examples or use cases.

Submitting Pull Requests

If you want to contribute code, follow these steps:

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

Code Style

Please ensure your code adheres to the project's coding standards. This includes:

  • Following the existing code style.
  • Writing clear and concise comments.
  • Including tests for new features or bug fixes.

Documentation

If you are adding a new feature or changing existing functionality, please update the documentation accordingly.

Code of Conduct

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

Thank you for your contributions!