@@ -9,7 +9,14 @@ assignees: marzer
9
9
10
10
<!--
11
11
Replace the HTML comments below with the requested information.
12
- Please don't delete this template and roll your own!
12
+
13
+ Please be as thorough as possible, and don't delete this template and roll your own.
14
+ I'm a human being with a busy life and concerns of my own - if you force me to jump through many
15
+ information-gathering hoops without first making an effort yourself, there's a high chance I'll
16
+ summarily close your issue as 'not a bug'.
17
+
18
+ Also please *don't* paste screenshots of logs, compiler messages, et cetera. Paste their actual text.
19
+ I can't copy/paste/search text from an image.
13
20
14
21
Thanks for contributing!
15
22
-->
@@ -23,9 +30,8 @@ assignees: marzer
23
30
Otherwise you can find it by opening toml++/impl/version.h; it'll be represented by three defines -
24
31
TOML_LIB_MAJOR, TOML_LIB_MINOR and TOML_LIB_PATCH.
25
32
26
- If you're not using any particular release and are instead just living large at HEAD of master, the commit hash
27
- would be super helpful too, though it's not critical.
28
-
33
+ If you're not using any particular release and have just cloned the repository directly,
34
+ please also include the the commit hash.
29
35
-->
30
36
31
37
@@ -68,6 +74,10 @@ assignees: marzer
68
74
## Describe the bug
69
75
<!--
70
76
A clear and concise description of the bug goes here.
77
+
78
+ Please include compiler error messages as appropriate.
79
+
80
+ *DON'T PASTE SCREENSHOTS*
71
81
-->
72
82
73
83
@@ -83,4 +93,6 @@ assignees: marzer
83
93
## Additional information
84
94
<!--
85
95
Any post-scripts, addendums, or additional pieces of context, as necessary.
96
+
97
+ *DON'T PASTE SCREENSHOTS*
86
98
-->
0 commit comments