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 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d5d1044 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "License"] + path = License + url = git@git.euph.dev:Euph/License.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 new file mode 160000 index 0000000..e39bf1b --- /dev/null +++ b/Code_Standards @@ -0,0 +1 @@ +Subproject commit e39bf1b8cad84f838e1c1f8df1f299d223d4582a 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 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)