-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from gnmyt/development
🏷️ Version 1.0.2
- Loading branch information
Showing
36 changed files
with
1,377 additions
and
211 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,43 @@ | ||
name: 🐛 Fehler melden | ||
description: Melde einen Fehler oder Bug in MySpeed | ||
title: "[Fehler] " | ||
labels: ["bug"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Allgemeines | ||
description: Bitte bestätige, dass die Folgenden aussagen zutreffen | ||
options: | ||
- label: Ich habe auf die neuste Version von MySpeed aktualisiert. | ||
required: true | ||
- label: Mein Bug wurde noch nicht gemeldet | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Der Fehler" | ||
description: "Beschreibe den Bug/Fehler genau ins Detail. Füge falls vorhanden auch Screenshots hinzu und gib an, wie man den Fehler reproduzieren kann" | ||
placeholder: "Es erscheint ein Fehler bei ..." | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: Auf welchem Gerät rufst du die Seite auf? | ||
multiple: true | ||
options: | ||
- Im Browser | ||
- Auf dem Handy | ||
- Auf einem Tablet | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: server | ||
attributes: | ||
label: Auf welchem Betriebssystem läuft deine MySpeed-Instanz? | ||
multiple: true | ||
options: | ||
- Linux | ||
- Windows | ||
- macOS | ||
validations: | ||
required: true |
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,21 @@ | ||
name: 💡 Idee vorschlagen | ||
description: Hast du eine Idee? Hier bist du richtig | ||
title: "[Feature] " | ||
labels: ["enhancement"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Allgemeines | ||
description: Bitte bestätige, dass die Folgenden aussagen zutreffen | ||
options: | ||
- label: Mein Feature existiert noch nicht in der neusten Version von MySpeed. | ||
required: true | ||
- label: Ich habe überprüft, dass mein Feature noch von niemanden vorgeschlagen wurde. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Deine Idee" | ||
description: "Was können wir hinzufügen? Beschreibe deine Idee so genau wie möglich" | ||
placeholder: "Meine Idee wäre es, ..." | ||
validations: | ||
required: true |
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
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 |
---|---|---|
|
@@ -3,9 +3,11 @@ | |
|
||
# dependencies | ||
/node_modules | ||
/client/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
|
||
# production | ||
/build | ||
/build | ||
/data |
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
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
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
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
Oops, something went wrong.