Skip to content

Commit e7a5eb8

Browse files
committed
Update issue templates and add PR template
1 parent aa7f070 commit e7a5eb8

File tree

3 files changed

+57
-25
lines changed

3 files changed

+57
-25
lines changed
Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,29 @@
1-
Issue tracker is **ONLY** used for reporting bugs. NO NEW FEATURE ACCEPTED! Use [spectrum](https://spectrum.chat/rethinkdb) for supporting issues.
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug, not qualified
6+
assignees: gabor-boros
27

3-
<!--- Provide a general summary of the issue in the Title above -->
8+
---
49

5-
## Expected Behavior
6-
<!--- Tell us what should happen -->
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
712

8-
## Current Behavior
9-
<!--- Tell us what happens instead of the expected behavior -->
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. TODO
1016

11-
## Possible Solution
12-
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
17+
**Expected behavior**
18+
A clear and concise description of what you expected to happen.
1319

14-
## Steps to Reproduce
15-
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
16-
<!--- reproduce this bug. Include code to reproduce, if relevant -->
17-
1.
18-
2.
19-
3.
20-
4.
20+
**Screenshots**
21+
If applicable, add screenshots to help explain your problem.
2122

22-
## Context (Environment)
23-
<!--- How has this issue affected you? What are you trying to accomplish? -->
24-
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
23+
**System info**
24+
- OS: [e.g. macOS Mojave 10.14.3]
25+
- RethinkDB Version: [e.g. 2.4.0]
26+
- Python client version: [e.g. 2.4.1
2527

26-
<!--- Provide a general summary of the issue in the Title above -->
27-
28-
## Detailed Description
29-
<!--- Provide a detailed description of the change or addition you are proposing -->
30-
31-
## Possible Implementation
32-
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
28+
**Additional context**
29+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement, not qualified, question
6+
assignees: gabor-boros
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
**Reason for the change**
2+
If applicable, link the related issue/bug report or write down in few sentences the motivation.
3+
4+
**Description**
5+
A clear and concise description of what did you changed and why.
6+
7+
**Code examples**
8+
If applicable, add code examples to help explain your changes.
9+
10+
**Checklist**
11+
- [ ] Unit tests created/modified
12+
- [ ] Integration tests created/modified
13+
14+
**References**
15+
Anything else related to the change e.g. documentations, RFCs, etc.

0 commit comments

Comments
 (0)