Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 1.49 KB

Contributing Guidelines

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

Contributions to this project are released to the public under the project's open-source license.

Submitting a Pull Request

  1. Fork and clone the repository
  2. Configure and install the dependencies: npm install
  3. Create a new branch: git checkout -b my-branch-name
  4. Make your change and build the action using npm run build
  5. Push to your fork and submit a pull request
  6. Pat your self on the back and wait for your pull request to be reviewed and merged.

Here are a few things you can do that will increase the likelihood of your pull request being accepted:

  • Follow the coding style used in this project. You can do this by running npm run format.
  • Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
  • Write good commit messages.

Resources