Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.43 KB

File metadata and controls

37 lines (23 loc) · 1.43 KB

Contributing

Thank you for your interest in contributing to Cupcake! We welcome contributions from the community.

How to Contribute

Reporting Bugs

  • Search existing issues first to avoid duplicates
  • Use the bug report template
  • Include reproduction steps, expected vs actual behavior, and your environment details

Requesting Features

Submitting Pull Requests

  1. Open an issue first to discuss the change you'd like to make
  2. Fork the repository and create a branch from main
  3. Make your changes, following the code style of the project
  4. Add or update tests as appropriate
  5. Ensure all tests pass: just test (or cargo test --workspace --features cupcake-core/deterministic-tests)
  6. Submit a pull request

Contributor License Agreement

By submitting a pull request, you agree that your contributions will be licensed under the Apache 2.0 License that covers this project.

Code of Conduct

Please be respectful and constructive in all interactions. We're all here to make Cupcake better.

Questions?

Feel free to open a discussion or issue if you have questions about contributing.