Skip to content

Commit 3a06e9d

Browse files
authored
Merge pull request apple#681 from thomasvl/template
Add a template for new issues.
2 parents f2971d5 + 0d9bda1 commit 3a06e9d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/issue_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)