diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..7f797374 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,45 @@ +# 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 + + + + + + +```