Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-12-15 12:57:41 +0300
committerMarek Safar <marek.safar@gmail.com>2017-12-15 17:38:24 +0300
commit9c00f0c0c4ce7fa1a7778d31805dce724b987379 (patch)
treed24fc2632a489b147601d6f3ef7491a9cd21b920 /.github/ISSUE_TEMPLATE.md
parent43e0e6b941bf1ce9afac6c3c022cc18b5c8e1bb5 (diff)
[github] Update issue template not to auto-convert platforms into tasks
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r--.github/ISSUE_TEMPLATE.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 66b3745da98..c20892e9ec6 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -14,17 +14,17 @@ Please describe the behavior you are expecting
### On which platforms did you notice this
-- [ ] macOS
-- [ ] Linux
-- [ ] Windows
+[ ] macOS
+[ ] Linux
+[ ] Windows
**Version Used**:
-You can use `mono --version` or About dialog to obtain this information
+You can use `mono --version` or About dialog to obtain this information.
### Stacktrace
```
-Please copy paste the Stacktrace here if available
+Please paste the stacktrace here if available.
```