Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 67296ab

Browse files
authored
Merge pull request #60 from SethMichaelLarson/patch-4
Make an issue template
2 parents 2030906 + 6a55bd1 commit 67296ab

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!---
2+
Before posting this issue please briefly search other issues
3+
to ensure that the issue you are posting is not a duplicate.
4+
If you find the issue you are experiencing please post in that
5+
issue thread.
6+
7+
When submitting an issue please fill out all information, it will
8+
help us reproduce the issue and fix the problem faster.
9+
-->
10+
11+
##### ENVIRONMENT
12+
13+
- Operating System:
14+
- Python version:
15+
- VirtualBox version:
16+
- VirtualBox SDK version:
17+
- pyvbox version:
18+
- [ ] Happens in latest `master` branch?
19+
20+
##### SUMMARY
21+
<!--- Explain the issue briefly -->
22+
23+
##### STEPS TO REPRODUCE
24+
<!--- Show exactly how to reproduce the problem using a minimally verifiable case. -->
25+
26+
##### EXPECTED RESULTS
27+
<!--- What did you expect to happen when running the steps above? -->
28+
29+
##### ACTUAL RESULTS
30+
<!--- What actually happened? Post full tracebacks -->

0 commit comments

Comments
 (0)