Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.59 KB

CONTRIBUTING.md

File metadata and controls

45 lines (29 loc) · 1.59 KB

Contributing

Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.

Issues

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.

Submitting a pull request

  1. [Fork][fork] and clone the repository
  2. Create a new branch: git checkout -b my-branch-name
  3. Make your changes
  4. Push to your fork and [submit a pull request][pr]
  5. Pat your self on the back and wait for your pull request to be reviewed and merged.

Adding your configuration to github-actions

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:

  1. Use wizard magic and use this url to generate your markdown : https://github-actions.netlify.com/.netlify/functions/github?url={YOUR_GITHUB_URL}

  2. 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