How to Contribute
First of all, thank you for your effort to improve OP Platform. This guide will help you regarding various aspects like putting issues, contributing a feature, etc.
Code of Conduct
This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code. Please read the full text so that you can read which actions may or may not be tolerated.
Before Submitting a Pull Request
Before submitting your pull request make sure the following requirements are fulfilled:
- Fork the repository
- Run
npm install
in the repository root - Create a branch from
master
- Add the required envs
- Change necessary code for bug fix, a new feature
- Check linting and format it
- Make sure all are test passing
npm run test
Reporting an issue
Before submitting an issue, you need to make sure:
- Kindly provide an adequate description and a clear title