Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 1.11 KB

Contribuing Guide

Contributions to this project are welcome. If you have an idea for a bigger change, open an issue first and we can discuss it.

For fixes and small additions, follow the steps below to get developing and contributing:

  1. Fork & clone the repository in GitHub
  2. Run the bin/setup script to install development dependencies
  3. Work on a branch
  4. Make changes
  5. Ensure tests pass by running bin/rake
  6. Commit your changes, this project follows the Conventional Commits spec
  7. Open up a pull request

Finding Issues

  • Good First Issue — If you're new to the project or Ruby, check out the "good first issue" tag. They're smaller, approachable issues if you're just getting started.
  • Web — tasks that don't require much Ruby knowledge but require HTML and CSS have the "web" tag