Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
fixes #357
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyCat92 committed Sep 26, 2016
1 parent 0ee45f0 commit 1af2506
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 7 deletions.
39 changes: 36 additions & 3 deletions .github/ISSUE_TEMPLATE.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[English - Version (für eine deutsche Version siehe unten)]


What type of report is this?
----------------------------
set the x for the correct type
Expand All @@ -7,8 +10,8 @@ set the x for the correct type
- [ ] Refactoring / Removerequest
- [ ] Question

Are there other Issues that are related to this request? (If you know one)
--------------------------------------------------------------------------
Are there other Issues that are related to this request?
--------------------------------------------------------
- #....

Delete the rest of the template if you are writting a Feature Request or have simply a question and describe it on your own. In Case of Bug Report or Enhancement use it.
Expand All @@ -20,6 +23,36 @@ Where can we find this Issue? What are the Steps to reproduce this Bug?

Are there any Log entries that are related to this Issue? (Client AND Server side)
----------------------------------------------------------------------------------
> `log entries client`
> `log entries client Path: [Your MTA-Installation]/MTA/logs/clientscript.log`
> `log entries server`


===
[Deutsche Version]

Was für eine Art von Problem ist das?
----------------------------
Setze das x an die richtige Stelle

- [x] Fehler / Bug Meldung
- [ ] Verbesserungs- oder Featurevorschlag
- [ ] Überarbeitung / Entfernung einer Funktion
- [ ] Frage

Gibt es andere Issues oder Pull Request, die etwas mit dem Thema dieses Tickets zu tun haben könnten?
--------------------------------------------------------------------------
- #....

Im Falle eines Featurevorschlages, poste es hier und lösche den Rest des Formulares einfach.

Wie kann ich den Fehler reproduzieren? Welche Schritte muss ich dafür tun?
-----------------------------------------------------------------------
1. [edit here]
2. ..

Sende bitte alle nötigen Log-Files / Log-Einträge mit? (Client- und Serverseitig)
----------------------------------------------------------------------------------
> `log entries client Pfad: [Your MTA-Installation]/MTA/logs/clientscript.log`
> `log entries server`
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.MD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
What is this Pullrequest about?
What is this Pullrequest about | Was ist der Inhalt dieses Requests?
-------------------------------
[edit here]

Are there any Issue Tickets related to this request?
Are there any Issue Tickets related to this request | Dieser Pullrequest gehört zu welchem Issue-Ticket?
----------------------------------------------------
* [edit here e.g. #ticketId]

What are the changes you did here?
What are the changes you did here | Was wurde genau geändert?
----------------------------------
* [edit here]
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function createMuellTable()
table.insert(muellmarkers, { 482.39999389648, -1417.9000244141, 16.7 })
table.insert(muellmarkers, { 494.60000610352, -1446.9000244141, 16.2 })
table.insert(muellmarkers, { 512.59997558594, -1455.5999755859, 15 })
table.insert(muellmarkers, { 551.40002441406, -1439.3000488281. 15.6 })
table.insert(muellmarkers, { 551.40002441406, -1439.3000488281, 15.6 })
table.insert(muellmarkers, { 616.90002441406, -1458.9000244141, 14.300000190735 })
table.insert(muellmarkers, { 645, -1544.9000244141, 15.199999809265 })
table.insert(muellmarkers, { 769.70001220703, -1595, 13.39999961853 })
Expand Down

2 comments on commit 1af2506

@mirdo
Copy link

@mirdo mirdo commented on 1af2506 Sep 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hat wirklich ein Punkt statt nem Komma wirklich den kompletten Mülljob lahm gelegt?

@JessyCat92
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so siehts aus, wenn ein syntaxfehler im file ist, kann es ja auch nicht compiled werden

Please sign in to comment.