Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 1.75 KB

CONTRIBUTING.md

File metadata and controls

28 lines (14 loc) · 1.75 KB

Contributing to KeywordEngine

Thank you for your interest in contributing to KeywordEngine !

We welcome contributions from anyone, regardless of their background or level of experience.

How to Contribute

There are many ways you can contribute to KeywordEngine:

  • Report bugs: If you find a bug in the project, please report it by opening an issue on our GitHub repository. Be sure to include as much detail as possible, including steps to reproduce the bug, so we can fix it quickly.

  • Request features: If there's a feature you'd like to see in KeywordEngine, you can request it by opening an issue on our GitHub repository. Be sure to describe the feature in detail and explain why it would be useful.

  • Submit pull requests: If you've made changes to the code that you'd like us to include in the project, you can submit a pull request on our GitHub repository. Be sure to follow our code style guidelines and include tests for any new features or bug fixes.

Code Style Guidelines

We follow the Google C# Style Guide for our C# code. Please make sure your code follows these guidelines before submitting a pull request.

Testing

We use Nunit Test for our unit tests. Please include tests for any new features or bug fixes and make sure all tests pass before submitting a pull request.

Code of Conduct

We have adopted the Contributor Covenant Code of Conduct. By participating in this project, you agree to abide by its terms.