Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.28 KB

CONTRIBUTING.md

File metadata and controls

35 lines (26 loc) · 1.28 KB

Contributing

If you need help with a pull request, please contact support.

Workflow

  1. Fork the repository.
  2. Create a branch in your fork.
  3. Make your changes.
  4. Do any applicable Testing.
  5. Commit and push your changes.
  6. Create a PR to the source repository.
  7. Verify the checks pass, otherwise resolve.
  8. Complete all applicable tasks.
  9. Make sure to keep your branch up-to-date.

Testing

Many Repositories include a Test workflow that runs on a pull_request when possible.
However, secrets are not available on this trigger; therefore, workflows with secrets only run on the push trigger.

You can run a push trigger Test in your own repository by enabling workflows on the fork. If the only secret used is secrets.GITHUB_TOKEN that is automatically generated and requires no action. Other secrets needed to be manually added to the GitHub Secrets in the Repository Settings.


SUPPORT | CONTRIBUTING | Website | GitHub