-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
74 additions
and
8 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,16 @@ | ||
--- | ||
name: ❓ Support | ||
labels: question | ||
about: If you need help using the RethinkDb Driver 🏥 | ||
--- | ||
|
||
**AVOID** using the issue tracker for questions or help. | ||
|
||
Submitting issues to this repository are reserved for bugs, feature requests, or changes to the source code. | ||
|
||
We have great community help channels to ask for help: | ||
|
||
* Discord Server 1(https://discord.gg/ZeEq5TE) | ||
* Gitter.im (https://gitter.im/bchavez/RethinkDb.Driver) | ||
|
||
If nobody can answer your C# related question, tag @bchavez in your question. |
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,20 @@ | ||
--- | ||
name: 🚀 Feature request | ||
about: If you have a feature request 💡 | ||
--- | ||
|
||
**Context** | ||
|
||
What are you trying to do and how would you want to do it differently? Is it something you currently you cannot do? Is this related to an issue/problem? | ||
|
||
**Alternatives** | ||
|
||
Can you achieve the same result doing it in an alternative way? Is the alternative considerable? | ||
|
||
**Has the feature been requested before?** | ||
|
||
Please provide a link to the issue. | ||
|
||
**If the feature request is approved, would you be willing to submit a PR?** | ||
|
||
Yes / No _(Help can be provided if you need assistance submitting a PR)_ |
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,38 @@ | ||
--- | ||
name: 🐜 Bug report | ||
about: If something isn't working 🔧 | ||
--- | ||
|
||
### Version Information | ||
| Software | Version(s) | | ||
| ------------------------| ---------- | | ||
| NuGet Package | | | ||
| .NET Core? | | | ||
| .NET Full Framework? | | | ||
| Driver Windows OS? | | | ||
| Driver Linux OS? | | | ||
| Visual Studio? | | | ||
| RethinkDB Server | | | ||
| Server Windows OS? | | | ||
| Server Linux OS? | | | ||
|
||
### What is the expected behavior? | ||
|
||
### What is the actual behavior? | ||
|
||
### What do the JSON protocol traces and log files look like? | ||
|
||
Enable driver logging and JSON protocol traces here: | ||
* https://github.com/bchavez/RethinkDb.Driver/wiki/Protocol-Debugging | ||
|
||
### Any possible solutions? | ||
|
||
### How do you reproduce the issue? | ||
|
||
### Do you have a unit test that can demonstrate the bug? | ||
|
||
### Can you identify the location in the driver source code where the problem exists? | ||
|
||
### If the bug is confirmed, would you be willing to submit a PR? | ||
|
||
Yes / No _(Help can be provided if you need assistance submitting a PR)_ |