From 991f9f8e1e782f82f58293af7657c8537ded783b Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Mon, 15 Mar 2021 13:20:37 +0100 Subject: [PATCH] docs: drafted CONTRIBUTING.md --- CONTRIBUTING.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 CONTRIBUTING.md 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 + + + + + + +```