diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-07-07 05:52:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 05:52:22 +0200 |
commit | 4b58ce2084813769244af2301b671eef7421b6d7 (patch) | |
tree | 2a19e2bdc56237cc6b5af5e8042df33d907cca7c /.github/ISSUE_TEMPLATE | |
parent | ecce3655a7c9861aee6797782a62e82b7ec97d3e (diff) |
docs(bug_report): Clean up (#6758)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c45f344256..444315b2be 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,7 +4,7 @@ body: - type: markdown attributes: value: | - Thank you for taking your time to fill out a bug report. Remember to fill out all fields including the title above. + Thank you for taking the time to fill out a bug report. Remember to fill out all fields including the title above. An issue that is not properly filled out will be closed. You can read more about the standards for a bug report [here](https://www.azerothcore.org/wiki/issue-tracker-standards). - type: textarea @@ -50,7 +50,7 @@ body: attributes: label: Extra Notes description: | - Do you have any extra notes that can help solve the issue that does not fit any other field. + Do you have any extra notes that can help solve the issue that does not fit any other field? placeholder: | None validations: @@ -60,10 +60,10 @@ body: attributes: label: AC rev. hash/commit description: | - Copy the result of `.server debug` command (if you need to run it from client get prat addon) + Copy the result of the `.server debug` command (if you need to run it from the client get a prat addon) validations: required: true - - type: textarea + - type: input id: os attributes: label: Operating system |