Thank you for your interest in contributing to EmmetNetSharp! We welcome contributions from the community to help make this project better.
If you encounter any issues while using EmmetNetSharp, please check the issue tracker to see if your issue has already been reported. If not, you can open a new issue with the following information:
- A clear and concise title.
- A detailed description of the issue, including steps to reproduce it.
- Any relevant error messages or screenshots.
We encourage you to contribute to EmmetNetSharp by submitting pull requests for bug fixes, improvements, or new features. Here's how to do it:
- Fork the EmmetNetSharp repository on GitHub.
- Create a new branch for your changes:
git checkout -b feature-or-fix-name
. - Make your changes and commit them with clear and concise messages.
- Push your changes to your fork:
git push origin feature-or-fix-name
. - Create a pull request from your fork to the
main
branch of EmmetNetSharp.
Please follow these guidelines when creating pull requests:
- Ensure your code is well-documented and follows the project's coding style.
- Provide a clear description of your changes in the pull request.
- If your pull request addresses an issue, reference that issue in the description.
To set up a development environment for EmmetNetSharp, follow the instructions in the README.
Please review our Code of Conduct before participating in the EmmetNetSharp community.
We appreciate your contributions and look forward to working together to improve EmmetNetSharp!