-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Feature Vorschlag | ||
about: Schlage ein neues Feature für DDP vor | ||
title: "Der Name des Features" | ||
labels: 'Typ: Neues Feature' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**(optional) Soll das Feature ein Problem lösen?** | ||
Eine kurze und knappe Beschreibung welches Problem gelöst werden soll. | ||
Oder einfach "nein". | ||
|
||
**(optional) Alternativen** | ||
Falls ein Problem gelöst werden soll: | ||
Eine kurze und knappe Beschreibung (mehrerer) Alternativen, die du bereits in Erwägung gezogen hast. | ||
|
||
**Das Feature** | ||
Eine kurze und knappe Beschreibung des Features. | ||
|
||
**Syntax Vorschlag** | ||
Wie könnte DDP Syntax für das neue Feature aussehen? | ||
|
||
**(optional) Implementierungs Vorschlag/Details** | ||
Wie könnte das Feature implementiert werden? | ||
|
||
**(optional) Mehr Kontext** | ||
Weitere Gedanken/Fragen/Anmerkungen/etc.. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: Fehlerbericht / Bug report | ||
about: Melde einen Fehler im Kompilierer oder dem Duden | ||
title: "Der Titel des Fehlerberichts" | ||
labels: 'Typ: Fehler' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Beschreibe den Fehler** | ||
Eine kurze und knappe Beschreibung des Problems. | ||
|
||
**Schritte zum Reproduzieren** | ||
Schritte um den Fehler zu Reproduzieren: | ||
1. Erstelle das DDP Programm | ||
```ddp | ||
... | ||
``` | ||
2. Führe `kddp ...` aus | ||
3. Fehler tritt auf | ||
|
||
**Erwartetes Verhalten** | ||
Eine knappe Beschreibung was passieren sollte. | ||
|
||
**Tatsächliches Verhalten** | ||
Eine (eventuell ausführliche) Beschreibung was tatsächlich passiert. | ||
Hier können z.B. formattierte Befehlszeilen Ausgaben stehen. | ||
|
||
**System** | ||
- Betriebssystem [Windows/Linux] | ||
- Version (ausgabe von `kddp version`) [z.B. v0.1.0-alpha] | ||
|
||
**(optional) Mehr Kontext** | ||
Weitere allgemeine Details zum Problem, Fragen, etc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Frage | ||
about: Stelle eine Frage zu DDP | ||
title: "Kurzfassung deiner Frage" | ||
labels: 'Typ: Frage' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Stelle hier deine Frage möglichst klar und mit allem nötigen Kontext. |