Issues and PRs are welcome and will be reviewed quickly! (If nobody responds within a day or two, ping or email) the owner.
Steps for creating an issue:
- Go to the "Issues" tab in GitHub. Check if your issue has been resolved already by searching for keywords or going to the "Closed" tab.
- Click on "New Issue".
- Describe your issue. Providing an example repository/some code that highlights the problem is helpful.
- If you're making a feature request, provide the code that you'd like the plugin to work with instead.
Steps for creating a PR:
- Clone the repo:
git clone https://github.com/101arrowz/pwa-manifest.git
npm install
, then make some changes. Make sure to lint and test withnpm run lint
andnpm test
after you're done.- Push your changes to a fork of this repo.
- Go to the "Pull requests" tab in GitHub and click on "New pull request".
- Click "compare across forks" and select your fork.
- Tell us what you changed. If you'd like your PR merged quickly, consider writing tests before submitting changes.