forked from domodwyer/mgo
-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #263 from globalsign/feature/issue-template-suppor…
…ted-versions Issue template and MongoDB supported versions
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
We use the issue tracker to track bugs with mgo - if you have a usage question, | ||
it's best to try Stack Overflow :) | ||
|
||
Replace this text with your description, and please answer the questions below | ||
before submitting your issue to help us out. Thanks! | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### What version of MongoDB are you using (`mongod --version`)? | ||
``` | ||
<mongodb version here> | ||
``` | ||
|
||
### What version of Go are you using (`go version`)? | ||
``` | ||
<go version here> | ||
``` | ||
|
||
### What operating system and processor architecture are you using (`go env`)? | ||
``` | ||
<go env here> | ||
``` | ||
|
||
### What did you do? | ||
|
||
If possible, provide a recipe for reproducing the error. | ||
A runnable program is great and really helps! | ||
|
||
### Can you reproduce the issue on the latest `development` branch? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters