From eede65771c719db350fd1a8aa3237651948b976f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Aug 2024 11:02:44 +0000 Subject: [PATCH] Generated Readme --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d3cdc5..f397629 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,18 @@ TamperMonkey scripts for å gjøre websider bedre. (Fuglane, Innsida osv.) # Scripts +| Filename | Name | Description ||----------|------|-------------|| [fuglane.user.js](https://git.ntnu.no/M365-Drift/MonkeyMagic/raw/main/fuglane.user.js) | Fuglane - Issue links | Replace NTNU issue numbers, change numbers and upn's with clickable links to TopDesk | -| Filename | Name | Description | -|----------|------|-------------| -| [fuglane.user.js](https://git.ntnu.no/M365-Drift/MonkeyMagic/raw/main/fuglane.user.js) | Fuglane - Issue links | Replace NTNU issue numbers, change numbers and upn's with clickable links to TopDesk | +# Contribute +1. Clone the repository +2. Pull the latest changes. (Important since the README.md is generated) +```bash +git pull +``` +3. Add your script to the repository +```bash + git add myscript.user.js + git commit -m "Added my script" + git push + ``` +4. A Github Action will be automatically triggered and generate a new README.md file.