Skip to content

Commit 37f7454

Browse files
authored
Merge pull request #1 from lobart/add_issue_templates
feat: add issue templates
2 parents fef4053 + 7eda7a4 commit 37f7454

File tree

4 files changed

+130
-1
lines changed

4 files changed

+130
-1
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug or unexpected behavior in the YDB Rust SDK
4+
title: "bug: "
5+
labels: "bug"
6+
assignees: ""
7+
8+
---
9+
10+
# Bug Report
11+
12+
**Describe the bug**
13+
```
14+
A clear and concise description of what the bug is.
15+
```
16+
**To Reproduce**
17+
Steps to reproduce the behavior:
18+
1. Go to:
19+
```
20+
Insert short instruction here
21+
```
22+
2. Run code:
23+
```
24+
Insert short code snippets here
25+
```
26+
3. See error:
27+
```
28+
If applicable, add error logs or screenshots to help explain your problem.
29+
```
30+
31+
**Expected behavior:**
32+
33+
```
34+
Describe what the behavior would be without the bug.
35+
```
36+
37+
**Environment (please complete the following information):**
38+
- OS: ``` description ```
39+
- Rust version: ``` version ```
40+
- SDK version: ``` version ```
41+
- YDB Server version (if known): ```version ```
42+
43+
**Additional context**
44+
```
45+
Add any other context about the problem here.
46+
```
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea or feature for the YDB Rust SDK
4+
title: "feat: "
5+
labels: "enhancement"
6+
assignees: ""
7+
8+
---
9+
# Feature Request
10+
11+
**Describe the Feature Request**
12+
13+
```
14+
A clear and concise description of what the feature request is. Please include if your feature request is related to a problem.
15+
```
16+
17+
**Describe Preferred Solution**
18+
19+
```
20+
A clear and concise description of what you want to happen.
21+
```
22+
23+
**Describe Alternatives**
24+
25+
```
26+
A clear and concise description of any alternative solutions or features you've considered.
27+
```
28+
29+
**Related Code**
30+
31+
```
32+
If you are able to illustrate the bug or feature request with an example, please provide it here.
33+
```
34+
35+
**Additional Context**
36+
37+
```
38+
List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to add, use case, Stack Overflow links, forum links, screenshots, OS if applicable, etc.
39+
```
40+
41+
**If the feature request is approved, would you be willing to submit a PR?**
42+
43+
- [ ] Yes
44+
- [ ] No
45+
46+
_(Help can be provided if you need assistance submitting a PR)_
47+
48+
**Potential Impact**
49+
```
50+
Describe how this feature might impact existing functionality or users.
51+
```
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Codebase Improvement
3+
about: Suggest improvements to code quality, architecture, or documentation
4+
title: "dev: "
5+
labels: "improvement"
6+
assignees: ""
7+
8+
---
9+
10+
**Impact Assessment**
11+
```
12+
How would this change affect:
13+
- [ ] Performance
14+
- [ ] Maintainability
15+
- [ ] Backward compatibility
16+
- [ ] User experience
17+
```
18+
19+
**Area of Improvement**
20+
```
21+
What part of the codebase would you like to see improved? (e.g., documentation, error handling, performance, architecture)
22+
```
23+
24+
**Current Situation**
25+
```
26+
Describe the current implementation or behavior.
27+
```
28+
29+
**Suggested Improvement**
30+
```
31+
Describe your proposed improvement and why it would be beneficial. Results of tracing or performance tests.
32+
```

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)