We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2971d5 + 0d9bda1 commit 3a06e9dCopy full SHA for 3a06e9d
.github/issue_template.md
@@ -0,0 +1,19 @@
1
+Please be sure to include:
2
+
3
+* what OS you are developing on (Linux or macOS, including the version)
4
5
+* for macOS, what version of Xcode you are using (`xcodebuild -version`),
6
+ for Linux, what version of Swift (`swift --version`)
7
8
+* what version of Swift is your code set to compile with (i.e. from project
9
+ settings, etc.)
10
11
+* what branch/tag of SwiftProtobuf you are using (1.0.0, etc.)
12
13
+* if you are getting compile errors, please be sure include all errors/warnings,
14
+ sometimes the error before the one you are stuck on is important.
15
16
+* lastly, if it all possible, provide a snippet of `.proto` and/or source
17
+ that shows the problem.
18
19
+Thank you!
0 commit comments