Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
We'd love you to open issues, if they're relevant to this repository: feature requests, bug reports, questions about our processes, declarations of gratefulness, etc. are all welcome.
In particular, if you have a large PR you want to send our way, it may make sense to open an issue to discuss it with the maintainers first.
- [Fork][fork] and clone the repository
- Create a new branch:
git checkout -b my-branch-name
- Make your changes
- Push to your fork and [submit a pull request][pr]
- Pat your self on the back and wait for your pull request to be reviewed and merged.
You can add your action to the website by creating a new file md in /actions directory
with a template.
You have two options to generate a template:
-
Use wizard magic and use this url to generate your markdown : https://github-actions.netlify.com/.netlify/functions/github?url={YOUR_GITHUB_URL}
-
Copy the contents below.
---
path: '/new-action'
title: 'My New Action'
github_url: 'https://github.com/action-url'
author: 'David Boyne'
twitter: '@boyney123'
tags: ['tagExample']
subtitle: 'My new action that does some super cool things.'
---
# Action details
Write up a description or just copy your README here