Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

45 lines (30 loc) · 1.24 KB

Contribution Guidelines

Thank you for considering contributing to NextTalk frontend! We welcome all contributions that improve the application.

Ways to contribute

  • Report a bug
  • Request a new feature
  • Improve documentation
  • Write tests
  • Submit a code fix or feature implementation

Getting started

To get started, follow the steps outlined in the installation section of the README file.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

How to report a bug

If you find a bug, please raise an issue with the following details:

  • Steps to reproduce the issue
  • Expected result
  • Actual result
  • Operating system and browser used

How to request a new feature

If you have an idea for a new feature, please raise an issue with the following details:

  • Description of the feature
  • Use case for the feature

How to submit a code fix or feature implementation

  • Fork the repository
  • Create a new branch for your changes
  • Make your changes and commit them with a clear message
  • Push your changes to your fork
  • Create a pull request with a clear message
  • Wait for the pull request to be reviewed and merged
  • Celebrate! 🎉