# Contributing to NeoHtop

Thank you for considering contributing to NeoHtop! We welcome contributions from the community.

## How to Contribute

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

## Code of Conduct

Please note that this project is released with a [Contributor Code of Conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/). By participating in this project you agree to abide by its terms.

## Reporting Bugs

Please use the [bug report template](./ISSUE_TEMPLATE/bug_report.md) to report any bugs you find.

## Requesting Features

Please use the [feature request template](./ISSUE_TEMPLATE/feature_request.md) to suggest new features.