Compare commits

..

6 commits

Author SHA1 Message Date
dc7809bf7d Merge pull request '[Setup]' (#2) from dev into master
Reviewed-on: #2
2023-10-28 00:45:38 +00:00
f1d55218d5
adding issue template 2023-10-28 02:44:49 +02:00
5c4131640a switching out Code standards Repo 2023-10-08 05:05:54 +02:00
cc7af46034 Adding Code of Conduct 2023-10-07 23:56:48 +02:00
70c99426e1 Adding Code Standards 2023-10-07 23:56:07 +02:00
fa09efe356 Adding License 2023-10-07 23:41:26 +02:00
6 changed files with 35 additions and 1 deletions

View file

@ -0,0 +1,20 @@
---
name: Ticket
about: A Ticket
title: "[Ticket] "
labels:
- prio/3-medium
- status/1-needs-information
---
# <!--Title-->
## Description
<!-- Put Description here-->
## Tasks
- [ ] <!-- Tasks Here -->

9
.gitmodules vendored Normal file
View file

@ -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

1
Code_Standards Submodule

@ -0,0 +1 @@
Subproject commit e39bf1b8cad84f838e1c1f8df1f299d223d4582a

1
Code_of_Conduct Submodule

@ -0,0 +1 @@
Subproject commit 15a145970f5e4ae7cb2a71b74e99fa02c8302c28

1
License Submodule

@ -0,0 +1 @@
Subproject commit 3b4ec4a2573d549cb77a5d2533eacbde1d51498d

View file

@ -1 +1,3 @@
# This will be updated # Euph Website
**License**: [license](https://git.euph.dev/Euph/License)