tudo-aqua / bgw

BoardGameWork
https://tudo-aqua.github.io/bgw/
Apache License 2.0
24 stars 16 forks source link

Typo in template for BugReport-Issue #321

Closed MonsterDruide1 closed 2 years ago

MonsterDruide1 commented 2 years ago

Looking at the template for bug reports on this repo, the following line has a useless closing brace: Please complete the following information):

Context:


[...]
**Screenshots**
If applicable, add screenshots to help explain your problem.

Please complete the following information):
 - OS: [e.g. Windows 10, Mac OS X, Ubuntu, etc.]
 - Java version [e.g. openJDK 11]
[...]
MonsterDruide1 commented 2 years ago

Additionally, a colon should be added after - Java version

along with a field to provide a stack trace, if applicable.

dominikmaeckel commented 2 years ago

Fixed in 6982c2409b45dfc4b4cda96866e3c53b3d2f17c3.

MonsterDruide1 commented 2 years ago

Not fully completed: A field for StackTrace would still be missing, as I would think that will still be useful in a lot of bug reports.