Skip to main content

CONTRIBUTING

Constant CONTRIBUTING 

Source
pub const CONTRIBUTING: &str = "# How to contribute to A2UI\n\nWe\'d love to accept your patches and contributions to this project.\n\n## Before you begin\n\n### Sign our Contributor License Agreement\n\nContributions to this project must be accompanied by a\n[Contributor License Agreement](https://cla.developers.google.com/about) (CLA).\nYou (or your employer) retain the copyright to your contribution; this simply\ngives us permission to use and redistribute your contributions as part of the\nproject.\n\nIf you or your current employer have already signed the Google CLA (even if it\nwas for a different project), you probably don\'t need to do it again.\n\nVisit <https://cla.developers.google.com/> to see your current agreements or to\nsign a new one.\n\n### Review our community guidelines\n\nThis project follows\n[Google\'s Open Source Community Guidelines](https://opensource.google/conduct/).\n\n## Contribution process\n\n### Code reviews\n\nAll submissions, including submissions by project members, require review. We\nuse GitHub pull requests for this purpose. Consult\n[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more\ninformation on using pull requests.\n\n### Contributor Guide\n\nYou may follow these steps to contribute:\n\n1. **Fork the official repository.** This will create a copy of the official repository in your own account.\n2. **Sync the branches.** This will ensure that your copy of the repository is up-to-date with the latest changes from the official repository.\n3. **Work on your forked repository\'s feature branch.** This is where you will make your changes to the code.\n4. **Commit your updates on your forked repository\'s feature branch.** This will save your changes to your copy of the repository.\n5. **Submit a pull request to the official repository\'s main branch.** This will request that your changes be merged into the official repository.\n6. **Resolve any linting errors.** This will ensure that your changes are formatted correctly.\n\nHere are some additional things to keep in mind during the process:\n\n- **Test your changes.** Before you submit a pull request, make sure that your changes work as expected.\n- **Be patient.** It may take some time for your pull request to be reviewed and merged.\n";