From caa37fa126119c6641289fdf0c4e50d6361e42ce Mon Sep 17 00:00:00 2001 From: Porodin Alexander Date: Fri, 1 Nov 2024 12:47:24 +0300 Subject: [PATCH 1/3] aporodin changes to test.py --- test.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..bb518a3 --- /dev/null +++ b/test.py @@ -0,0 +1,3 @@ +hello world +add +third -- Gitee From b069ebee2a60a536457e22dedfdfc9bc9d3b4d8d Mon Sep 17 00:00:00 2001 From: Mazur Denis Date: Fri, 1 Nov 2024 09:27:44 +0000 Subject: [PATCH 2/3] !1 feature1 drop 1 * update readme with instruction --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9072997..d8f3de7 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,13 @@ Software architecture description #### Instructions -1. xxxx -2. xxxx -3. xxxx +1. fork repo +1. clone locally your fork +1. make branch +1. make changes +1. rebase on origin repo +1. push + #### Contribution -- Gitee From 33efe98a8d41c8f4ed208f1a246c4cf6287e239d Mon Sep 17 00:00:00 2001 From: Porodin Alexander Date: Fri, 1 Nov 2024 13:13:14 +0300 Subject: [PATCH 3/3] modify test.py #2 --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index bb518a3..8ac33a8 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ -hello world +hello world! add third -- Gitee