First of all, thank you for your effort to improve this action. This guide will help you regarding various aspects like putting issues, contributing a feature, etc.
This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code. Please read the full text so that you can read which actions may or may not be tolerated.
Before submitting your pull request make sure the following requirements are fulfilled:
- Fork the repository
- Create a branch from
master
- Run
npm install
in the repository root - Change necessary code for bug fix, a new feature
- Check linting and format it
npm run lint
npm run format
- Make sure all are test passing
npm run test
Before submitting an issue, you need to make sure:
- Kindly provide an adequate description and a clear title
- If possible, share a URL towards the repository in which action is failing