[Setup] Issue Templates #11
6 changed files with 35 additions and 1 deletions
20
.gitea/ISSUE_TEMPLATE/Ticket.md
Normal file
20
.gitea/ISSUE_TEMPLATE/Ticket.md
Normal 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
9
.gitmodules
vendored
Normal 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
1
Code_Standards
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e39bf1b8cad84f838e1c1f8df1f299d223d4582a
|
1
Code_of_Conduct
Submodule
1
Code_of_Conduct
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 15a145970f5e4ae7cb2a71b74e99fa02c8302c28
|
1
License
Submodule
1
License
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 3b4ec4a2573d549cb77a5d2533eacbde1d51498d
|
|
@ -1 +1,3 @@
|
||||||
# This will be updated
|
# Euph Website
|
||||||
|
|
||||||
|
**License**: [license](https://git.euph.dev/Euph/License)
|
||||||
|
|
Loading…
Reference in a new issue