From fa09efe356031500ee84aef694bd7721875beaaf Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 7 Oct 2023 23:41:26 +0200 Subject: [PATCH 1/5] Adding License --- .gitmodules | 3 +++ License | 1 + Readme.md | 4 +++- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 License diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6c86095 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "License"] + path = License + url = git@git.euph.dev:Euph/License.git diff --git a/License b/License new file mode 160000 index 0000000..3b4ec4a --- /dev/null +++ b/License @@ -0,0 +1 @@ +Subproject commit 3b4ec4a2573d549cb77a5d2533eacbde1d51498d diff --git a/Readme.md b/Readme.md index 4fd4a49..016bc1d 100644 --- a/Readme.md +++ b/Readme.md @@ -1 +1,3 @@ -# This will be updated +# Euph Website + +**License**: [license](https://git.euph.dev/Euph/License) -- 2.45.2 From 70c99426e19b519582e8adc1c32aef9e9a11c7ae Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 7 Oct 2023 23:56:07 +0200 Subject: [PATCH 2/5] Adding Code Standards --- .gitmodules | 3 +++ Code_Standards | 1 + 2 files changed, 4 insertions(+) create mode 160000 Code_Standards diff --git a/.gitmodules b/.gitmodules index 6c86095..822f932 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "License"] path = License url = git@git.euph.dev:Euph/License.git +[submodule "Code_Standards"] + path = Code_Standards + url = git@git.euph.dev:Euph/Code_Standards.git diff --git a/Code_Standards b/Code_Standards new file mode 160000 index 0000000..0a9b9d3 --- /dev/null +++ b/Code_Standards @@ -0,0 +1 @@ +Subproject commit 0a9b9d3c3a7714263d8d48f8c66f447e16a4f21f -- 2.45.2 From cc7af46034b0716ae20995cba543fce7610259f4 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 7 Oct 2023 23:56:48 +0200 Subject: [PATCH 3/5] Adding Code of Conduct --- .gitmodules | 3 +++ Code_of_Conduct | 1 + 2 files changed, 4 insertions(+) create mode 160000 Code_of_Conduct diff --git a/.gitmodules b/.gitmodules index 822f932..660a5ae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "Code_Standards"] path = Code_Standards url = git@git.euph.dev:Euph/Code_Standards.git +[submodule "Code_of_Conduct"] + path = Code_of_Conduct + url = git@git.euph.dev:Euph/Code_of_Conduct.git diff --git a/Code_of_Conduct b/Code_of_Conduct new file mode 160000 index 0000000..15a1459 --- /dev/null +++ b/Code_of_Conduct @@ -0,0 +1 @@ +Subproject commit 15a145970f5e4ae7cb2a71b74e99fa02c8302c28 -- 2.45.2 From 5c4131640af40edc03d9a5b2c3840bbc0ef722d9 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sun, 8 Oct 2023 05:05:54 +0200 Subject: [PATCH 4/5] switching out Code standards Repo --- .gitmodules | 6 +++--- Code_Standards | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 660a5ae..d5d1044 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "License"] path = License url = git@git.euph.dev:Euph/License.git -[submodule "Code_Standards"] - path = Code_Standards - url = git@git.euph.dev:Euph/Code_Standards.git [submodule "Code_of_Conduct"] path = Code_of_Conduct url = git@git.euph.dev:Euph/Code_of_Conduct.git +[submodule "Code_Standards"] + path = Code_Standards + url = git@git.euph.dev:Euph/Code_Standards.wiki.git diff --git a/Code_Standards b/Code_Standards index 0a9b9d3..e39bf1b 160000 --- a/Code_Standards +++ b/Code_Standards @@ -1 +1 @@ -Subproject commit 0a9b9d3c3a7714263d8d48f8c66f447e16a4f21f +Subproject commit e39bf1b8cad84f838e1c1f8df1f299d223d4582a -- 2.45.2 From f1d55218d5e068b70eabe922e83da71316849ddf Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 28 Oct 2023 02:44:49 +0200 Subject: [PATCH 5/5] adding issue template --- .gitea/ISSUE_TEMPLATE/Ticket.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/Ticket.md diff --git a/.gitea/ISSUE_TEMPLATE/Ticket.md b/.gitea/ISSUE_TEMPLATE/Ticket.md new file mode 100644 index 0000000..3454cee --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/Ticket.md @@ -0,0 +1,20 @@ +--- + +name: Ticket +about: A Ticket +title: "[Ticket] " +labels: +- prio/3-medium +- status/1-needs-information + +--- + +# + +## Description + + + +## Tasks + +- [ ] \ No newline at end of file -- 2.45.2