Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

30 lines (17 loc) · 1.22 KB

Contributing to Talknova

We welcome contributions from anyone who is interested in helping to improve Talknova. There are many ways you can contribute, including:

  • Reporting bugs
  • Fixing bugs
  • Implementing new features
  • Refactoring code

Getting started

If you're interested in contributing to Talknova, the best place to start is by reading the issue tracker.

Here you can find a list of known bugs and feature requests. If you find an issue that you're interested in working on, you can comment on the issue to let us know that you're planning to fix it.

Once you've found an issue to work on, you can fork the Talknova repository and create a new branch for your changes.

Once you've made your changes, you can submit a pull request. We'll review your changes and merge them into the main repository if they're approved.

Coding style

We use Prettier to format our code. Please make sure to run Prettier before submitting your pull request.

Testing

It's Optional. We use Cypress for end-to-end testing. Please make sure to write tests for your changes.

Thank you for your contributions!

We appreciate your willingness to contribute to Talknova. Your contributions help to make Talknova a better app for everyone.