Issues can be found on our GitHub issues page. Found a bug? Let us know! Report the bug by creating a new issue. Make sure to check the issues page before creating a new bug issue to prevent duplicate issues. Once you start fixing a bug, post your intent on the issue to prevent others diving in at the same time.
Upcoming new features can be found on our GitHub issues page. Do you want to contribute by adding new features, open a Feature Request.
If a PR introduces or changes API, mention one of the Yummygum team members to make sure it'll be processed into the website docs.
Follow these steps to get your code PR-ready:
- Fork the
flagpack-core
repo (and also one of the component packages (Angular, Vue, React) if you want to make changes to those) - Clone your fork locally
- Add your code
- If this is a feature that requires doc changes, mention one of the Yummygum team members
- Make sure your code is linted and formatted nicely according to the style guide
- Create a PR and mention what changes you made
- You're ready!