Thank you for considering contributing to EmojiToText! We welcome all kinds of contributions, including bug reports, feature requests, and pull requests.
- Bugs: Open an issue on GitHub and describe the problem. Include steps to reproduce the issue and any relevant log or error messages.
- Feature Requests: If you have ideas for new features, please open an issue and describe the feature you'd like to see implemented.
- Fork the repository.
- Create a new branch with a meaningful name, e.g.,
fix-bug-123orfeature-emoji-support. - Make your changes and commit with clear commit messages.
- Ensure all tests pass locally.
- Open a pull request and provide a clear description of the changes made.
- Follow the project's coding conventions (C# best practices).
- Add unit tests for new functionality or bug fixes.
- Ensure the project builds without errors by running
dotnet build. - Run tests locally using
dotnet testand ensure everything is passing.
If you need clarification on any issues or want to discuss new ideas, feel free to open a discussion or reach out via issues.
We look forward to your contributions!