Publishing a pack is easy, but you should follow these steps
- A icon pack in folder with a manifest
- A basic knowledge on git
- Forked cIPacks repo
- And, a positive attitude
- With your icon pack folder, add
cI.
on the start of the folder name - Either upload it, or:
- clone the forked repo using
git clone
, then - copy the pack folder in this directory, and
- use
git add
to add the folder and files.
- clone the forked repo using
- Push it with
git commit && git push
or push it yourself if you uploaded the folder directly - Create a Pull Request!
Don't do anything after creating a PR.