diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 885ebd8e..3e4cacd5 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,6 +1,10 @@ --- name: Bug report -about: Report a bug which does not crash the game, any bug from the latest major scenario version +about: Report a bug which does not crash the game, any bug from the latest major scenario + version +title: '' +labels: Bug +assignees: '' --- @@ -27,4 +31,4 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Additional context** -Add any other context about the problem here. \ No newline at end of file +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/Desync_report.md b/.github/ISSUE_TEMPLATE/Desync_report.md index 5c7e81f9..d5c91a32 100644 --- a/.github/ISSUE_TEMPLATE/Desync_report.md +++ b/.github/ISSUE_TEMPLATE/Desync_report.md @@ -1,6 +1,9 @@ --- name: Desync report about: Report a desync, latest version of scenario only including patches +title: '' +labels: Bug +assignees: '' --- @@ -21,4 +24,4 @@ Steps to reproduce the behavior: 4. See error in log **Additional context** -Add any other context about the problem here. \ No newline at end of file +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/Error_report.md b/.github/ISSUE_TEMPLATE/Error_report.md index d9ca9b28..aca61752 100644 --- a/.github/ISSUE_TEMPLATE/Error_report.md +++ b/.github/ISSUE_TEMPLATE/Error_report.md @@ -1,6 +1,10 @@ --- name: Error report -about: Report a bug which cases the game to crash, any bug from the latest major scenario version +about: Report a bug which cases the game to crash, any bug from the latest major scenario + version +title: '' +labels: Bug +assignees: '' --- @@ -32,4 +36,4 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Additional context** -Add any other context about the problem here. \ No newline at end of file +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 6bdc2252..2e528965 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest a new idea to be worked on +title: '' +labels: Feature Request +assignees: '' --- @@ -15,4 +18,4 @@ A detailed description of what the new feature is. Any ideas you have had about how to implement the feature or any problems that may arise. **Additional context** -Add any other context or screenshots about the feature request here. \ No newline at end of file +Add any other context or screenshots about the feature request here. diff --git a/modules/gui/player-list.lua b/modules/gui/player-list.lua index f7edd1bf..0681c985 100644 --- a/modules/gui/player-list.lua +++ b/modules/gui/player-list.lua @@ -349,7 +349,7 @@ Store.register(action_player_store,function(value,category) style = 'tool_button' end element.style = style - Gui.set_paddinge(element,-2,-2,-2,-2) + Gui.set_padding(element,-2,-2,-2,-2) element.style.width = 8 element.style.height = 14 end