Have a suggestion or working on a new package? Please create a new issue for that package.
Please create an issue for it if it does not already exist, then PR you code for review.
- Obtain a fresh copy of package skeleton repo by downloading the ZIP file. This ensures your package has a clean commit history without placeholders.
- Next, use find and replace to update all placeholders like the package name, author, and email with the proper values.
- Develop the core logic for your package and write tests to validate it works as expected.
- Fork this repository, configure it as a remote, and push your package code to a new branch.
- Submit a new PR against this repo for review.