Thank you for your interest in contributing to the Fireworks repository! We welcome contributions from everyone, whether you want to fix a bug, add new examples, or improve our documentation.
- Fork the repository: Start by forking the repo to your GitHub account.
- Create a branch: Use a feature branch for your work.
git checkout -b feature/your-feature
- Make your changes: Implement your changes or add new examples.
- Test your work: Ensure that your changes work as expected.
- Submit a pull request: Open a pull request, describe the changes, and link to any relevant issues.
- Bug Fixes: Submit fixes for issues via a pull request. Be sure to reference the relevant issue number in your PR.
- New Examples: Follow the structure outlined in the repo for adding new reference, learning, or showcase examples.
- Documentation: If you spot any errors or can help clarify the documentation, feel free to contribute.
If you're planning a larger or more complex change, please open a new issue first to discuss your proposal. This will help us ensure your work aligns with the repo's goals and avoid redundant efforts.
We truly appreciate your contributions and collaboration in improving this community resource!