Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.29 KB

File metadata and controls

31 lines (20 loc) · 1.29 KB

Contributing to EmojiToText

Thank you for considering contributing to EmojiToText! We welcome all kinds of contributions, including bug reports, feature requests, and pull requests.

How to Contribute

1. Report Bugs or Request Features

  • 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.

2. Create Pull Requests

  • Fork the repository.
  • Create a new branch with a meaningful name, e.g., fix-bug-123 or feature-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.

3. Code Style and Testing

  • 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 test and ensure everything is passing.

4. Communication

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!