Skip to content

Latest commit

History

History
28 lines (15 loc) 路 1.52 KB

CONTRIBUTING.md

File metadata and controls

28 lines (15 loc) 路 1.52 KB

Thanks for considering contributing 馃帀

This repository has two ways you can contribute:

  1. Contribute to the actual code
  2. Add/change/remove ingredients

Contributing to the actual code

Please fork the repository and once you're done, submit a pull request. It might take a bit longer for me to review your pull request.

Adding/changing/removing ingredients

Ingredients (or technologies) make this project so powerful. They're basically filters, which check for certain mentions of code/packages/domains/headers to decide whether a website is using the ingredient (or technology).

If you would like to add ingredients, follow the "How to add Ingredients" guide. Please also fork the repository and when you're done, submit a pull request.

An ingredient consists of:

  • a .jsonfile with the ingredient's information
  • a .png icon (32px x 32px)

鈿狅笍 If you're adding a new category (a new folder inside the ingredients/ folder) remember to add it to the categories.json file (inside the ingredients/ folder). Insert your new category in ALPHABETICAL ORDER & BEFORE "Other".

Disclaimer

By contributing, you grant the repository owner full permission to use your work in any way, including, but not limited to: commercial use, redistribution, re-licensing, modifying, etc.