We'd love to accept your patches and contributions to this project.
Contributions to this project must be accompanied by a Contributor License Agreement (CLA).
You (or your employer) retain the copyright to your contribution; this simply gives us permission to use and redistribute your contributions as part of the project.
If you or your current employer have already signed the Google CLA (even if it was for a different project), you probably don't need to do it again.
Visit https://cla.developers.google.com/ to see your current agreements or to sign a new one.
Please follow Flutter contributor guidelines.
All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.
To add a new skill to the repository, follow these steps. Note that both generation and validation require the GEMINI_API_KEY environment variable to be set.
- Define the Skill: Add a new entry to the
resources/flutter_skills.yamlfile. Follow the style of existing entries (use short descriptions and summarized instructions). - Generate the Skill: Run the generation tool from the repository root:
dart run tool/generator/bin/skills.dart generate-skill --skill <skill-name> -d tool/dart_skills_lint/skills resources/flutter_skills.yaml
- Validate the Skill: Run the validation tool to ensure it meets the standards:
dart run tool/generator/bin/skills.dart validate-skill --skill <skill-name> -d tool/dart_skills_lint/skills resources/flutter_skills.yaml
We regularly triage issues by looking at newly filed issues and determining what we should do about each of them. Triage issues as follows:
- Open the list of untriaged issues.
- For each issue in the list, do one of:
At the end of a triage session, the untriaged issue list should be as close to empty as possible.