Helping to improve GitHub Actions
As you become more familiar with GitHub Actions, you may find ways in which you can contribute your knowledge to improve the product itself. You can share your ideas and contributions by raising a feature request in the GitHub community forum, or by using the many public GitHub Actions repositories to report bugs and create pull requests with your code:
Important note
To access the GitHub Actions public repositories, visit https://github.com/actions.
The GitHub Actions product team created an organization on GitHub that hosts many public repositories that the community has access to and can contribute to. Many of those repositories host some of the most commonly used actions, such as actions/checkout
, used in some of the examples in Chapter 3, A Closer Look at Workflows.
Using the GitHub Actions Toolkit repository as an example, follow these steps to contribute to...