Closed ninokin25 closed 1 year ago
According to GitHub Docs, we can skip workflow runs triggered by the push and pull_request events by including a command in your commit message.
Workflows that would otherwise be triggered using on: push or on: pull_request won't be triggered if you add any of the following strings to the commit message in a push, or the HEAD commit of a pull request:
[skip ci]
[ci skip]
[no ci]
[skip actions]
[actions skip]
cf. https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs
Overview
Update README/CONTRIBUTING.md
Links to issues, related PRs
Description
Required, simple description of this PR.
Add a watchers badge.
Out of scope
Optional, e.g. issues the reviewers don't need to worry about because they are prevented by other means.
Implementation details
Optional, e.g. link to design documentation. diagrams etc. as well as additional hints to the reviewers e.g. where to focus when a high number of file is changed.
Integration test detail
Required, once the entire feature is available: how is integration testing performed, e.g. mention of the current repo test case and branch.
Checkpoints for reviewers