Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit d9ff160

Browse files
author
Felix
committed
Initial commit
0 parents  commit d9ff160

File tree

8 files changed

+759
-0
lines changed

8 files changed

+759
-0
lines changed

.github/ISSUE_TEMPLATE/enhancement.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Enhancement
3+
about: Tell us what you want to add!
4+
---
5+
6+
<!--
7+
8+
**!** Just be clear and short. Try to focus on one thing per issue.
9+
10+
-->
11+
# Description
12+
<!-- Type your issue description here... -->
13+
14+
# Suggestion
15+
<!-- Any idea how to do it? -->

.github/ISSUE_TEMPLATE/improvement.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Improvement
3+
about: You want to fix something necessary?
4+
---
5+
6+
<!--
7+
8+
**!** Just be clear and short. Try to focus on one thing per issue.
9+
10+
-->
11+
# Description
12+
<!-- Type your issue description here... -->
13+
14+
# Suggestion
15+
<!-- Do you have an idea how to fix it? -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!--
2+
3+
## Pull request title
4+
5+
Provide a general summary of your changes in the title above.
6+
7+
The title should have the following format:
8+
```
9+
<number of the related issue>-<short summary of the changes made/name of the issue>-<branch to merge on>
10+
```
11+
12+
-->
13+
14+
## Description
15+
16+
<!--- Describe your changes in detail -->
17+
18+
## Related Issue
19+
20+
<!--- This project only accepts pull requests related to open issues -->
21+
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
22+
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
23+
<!--- Please link to the issue here: -->
24+
25+
## Type of change
26+
27+
<!--- Please put an `x` in the box of the according type of change -->
28+
29+
- [ ] Bug fix
30+
- [ ] Feature request
31+
- [ ] Documenting code
32+
33+
## Checklists
34+
35+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
36+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
37+
38+
- [ ] I referenced the according Issue
39+
- [ ] I created an Issue
40+
- [ ] I put a link in the Section [Related Issue](#related-issue)
41+
- [ ] I tested my code with multiple browsers
42+
- [ ] My commit messages are good and understandable

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name: MicroService Name

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Please fill out with content

LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# TODO
2+
Fill out Dockerfile
3+
4+
Fill out docker-compose.yml
5+
6+
Fill out GitHub Action workflow
7+
8+
Fill out README

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Please fill out with content
2+
3+
version: '3.7'

0 commit comments

Comments
 (0)