Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 1.34 KB

Contributing

This project utilizes the Github ecosystem for managing, tracking, and continuous-integration.

Issues

Issues should be submitted using the Issues page, utilizing the templates when relevant (for bugs and feature requests) but use the Discussions section for general questions.

Issues are then marked with relevant tags. First time contributors should look for issues marked good first issue as good starting points.

Pull Requests

All pull requests need to be filed using the Pull requests page

Workflow

  1. Issues should first be filed using the Issues page
  2. Developers should fork the repo and work on a branch of that fork.
  3. File a pull request on the Pull requests page
  4. Pull requests must pass all checks (see the github actions run here
  5. Once passed, and checked by the project lead (joey-kilgore) changes will be merged into main