Skip to content

Commit

Permalink
Update github issue templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed Aug 9, 2019
1 parent 1d8ffad commit 0447498
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/01_support.md
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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/02_feature_request.md
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)_
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/03_bug_report.md
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)_

0 comments on commit 0447498

Please sign in to comment.