From ddef1779c04adadcef63c20fa769d7b92e668b91 Mon Sep 17 00:00:00 2001 From: waschndolos Date: Fri, 29 Mar 2024 09:35:09 +0100 Subject: [PATCH] Dummy commit to test commit and push on master --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 22467c976..85cf9c971 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,11 @@ Have a look at CONTRIBUTING.md. There are 3 easy ways to contribute to this proj Commit and push your changes. +``` git add -A git commit -m "Your commit message" git push --set-upstream origin new-branch +``` Create a Pull Request by navigating to your forked repository and clicking the New pull request button on your left-hand side of the page. Add in a title, edit the PR template, and then press the Create pull request button.