Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (23 loc) · 1.48 KB

CONTRIBUTING.md

File metadata and controls

28 lines (23 loc) · 1.48 KB

Contributing to Scripted

  1. Fork the Scripted repository.
  2. Clone a local repository from your fork.
  3. Add a remote for the upstream Scripted repository.
  4. Create a branch for your work-in-progress.
  5. Code according to Google's style guide
  6. Address any pre-commit hook linting errors that may occur.
  7. Pull changes from upstream Scripted repository often.
  8. Squash local commits before opening a pull-request.
  9. Open a pull-request.
  10. Make any requested changes.
  11. Squash local commits made implementing requested changes.
  12. Push changes back to the remote and they'll be added to the PR automatically.