We are excited to have you contribute to OpenFeedback! We have a few guidelines to ensure that your contributions are reviewed and merged as quickly as possible.
- Fork the repository
- Clone your forked repository
- Install the dependencies with
yarn install
- Create a new branch for your feature or bug fix
- Make your changes
- Update any relevant tests and run them with
yarn test:all
- Check to see if documentation needs to be updated!
- Before committing, run
yarn prettier:write
to format your code! - When committing make sure to sign your commits with
git commit -s -m "Your commit message"
! - Push your changes to your forked repository
- Create a pull request! 🚀