If you need help with a pull request, please contact support.
- Fork the repository.
- Create a branch in your fork.
- Make your changes.
- Do any applicable Testing.
- Commit and push your changes.
- Create a PR to the source repository.
- Verify the checks pass, otherwise resolve.
- Complete all applicable tasks.
- Make sure to keep your branch up-to-date.
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