From e3e415777990256a8422a2616fc6bf16ec7d602c Mon Sep 17 00:00:00 2001 From: rasputin <115251263+ra5pvt1n@users.noreply.github.com> Date: Sun, 20 Oct 2024 14:57:44 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13f364e..fe6cc6b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ ## How to contribute -1. Fork this repository +### 1. Fork this repository -2. Make your changes +Click on the fork button in the top toolbar. You will be guided through creating a fork of this repository. + +### 2. Make your changes + +To add a new file, go to the side bar and click on the `+` button. + +To edit an existing file, go to that file and click the Edit button to open the editor. + +When you are done with your changes, commit them. Write a short description about what you have changed. + +### 3. Submit a pull request -3. Submit a pull request