# Contributing ## Commit message semantic // TODO ## Create a tool Create a `.vue` file in `pages/tools/[category]/[route].vue` where `[category]` correspond to the tool scope and `[route]` will be the path of the file in the url (ex: `foo-bar.vue` will be accessible at it-tools.tech/foo-bar). Here is a template of a component ```vue ```