Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 803 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 803 Bytes

Welcome to ProGuard Directory

Thank you for investing your time in contributing to our project!

Steps to contribute

  1. Fork this repo (using top right button).
  2. Clone forked repo using git clone. on your local system. (You can edit the repo in browser itselt click . (dot) to open in-browser vs-code)
  3. Create new file in proguardsdirectory or use this link to create file.
  4. create file name with libraryName and extension as .json.
{
  "name": "<Library Name>",
  "link": "<Proguard File Link>"
}
  1. Push the new file to new branch.
  2. Raise A PR.
  3. On Successfully review and merge in main branch, the site will be deployed automatically.

Thank you 🎉🎉 for your contrubution.