Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 729 Bytes

File metadata and controls

22 lines (20 loc) · 729 Bytes

Contributing Guide

Here's a quick guide for new maintainers:

Getting Started

Making Changes

  • Create a new branch for your changes
  • Make small, atomic commits with clear messages
  • Add tests to cover any new functionality
  • Run existing tests to ensure nothing breaks

Submitting Changes

  • Push your changes to your fork
  • Open a pull request
  • Describe the changes and why you're making them
  • Link any relevant issues

Getting Help

  • Open an issue if you run into problems

Your PR is merged!

  • Congratulations 🎉🎉 Thanks for contributing! ✨