Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 757 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 757 Bytes

Contributing to OpenFeedback

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.

Getting Started

  1. Fork the repository
  2. Clone your forked repository
  3. Install the dependencies with yarn install
  4. Create a new branch for your feature or bug fix
  5. Make your changes
  6. Update any relevant tests and run them with yarn test:all
  7. Check to see if documentation needs to be updated!
  8. Before committing, run yarn prettier:write to format your code!
  9. When committing make sure to sign your commits with git commit -s -m "Your commit message"!
  10. Push your changes to your forked repository
  11. Create a pull request! 🚀