Skip to content

feat: Issue templates on GitHub #272 #344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/01_BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Bug Report
about: Report a bug or unexpected behavior in the YDB Rust SDK
title: "bug: "
labels: "bug"
assignees: ""

---

# Bug Report

**Describe the bug**

<!-- A clear and concise description of what the bug is. -->

**To Reproduce**
Steps to reproduce the behavior:
1. Go to:

<!-- Insert short instruction here. -->

2. Run code:

<!-- Insert short code snippets here. -->

3. See error:

<!-- If applicable, add error logs or screenshots to help explain your problem. -->

**Expected behavior:**

<!-- Describe what the behavior would be without the bug. -->

**Environment (please complete the following information):**
- OS: <!-- description -->
- Rust version: <!-- version -->
- SDK version: <!-- version -->
- YDB Server version (if known): <!-- version -->

**Additional context**

<!-- Add any other context about the problem here. -->
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/02_FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Feature Request
about: Suggest an idea or feature for the YDB Rust SDK
title: "feat: "
labels: "enhancement"
assignees: ""

---
# Feature Request

**Describe the Feature Request**

<!-- A clear and concise description of what the feature request is. Please include if your feature request is related to a problem. -->

**Describe Preferred Solution**

<!-- A clear and concise description of what you want to happen. -->

**Describe Alternatives**

<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Related Code**

<!-- If you are able to illustrate the bug or feature request with an example, please provide it here. -->

**Additional Context**

<!-- 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. -->

**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)_

**Potential Impact**

<!-- Describe how this feature might impact existing functionality or users. -->
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/03_CODEBASE_IMPROVEMENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Codebase Improvement
about: Suggest improvements to code quality, architecture, or documentation
title: "dev: "
labels: "improvement"
assignees: ""

---

**Impact Assessment**

How would this change affect:
- [ ] Performance
- [ ] Maintainability
- [ ] Backward compatibility
- [ ] User experience

**Area of Improvement**

<!-- What part of the codebase would you like to see improved? (e.g., documentation, error handling, performance, architecture). -->

**Current Situation**

<!-- Describe the current implementation or behavior. -->

**Suggested Improvement**

<!-- Describe your proposed improvement and why it would be beneficial. Results of tracing or performance tests. -->
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading