Skip to content

Commit

Permalink
Merge pull request #8 from Mindinventory/issue-templates-1
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
siddhant-mi authored Mar 14, 2024
2 parents 9242c16 + c320739 commit fb3e6c3
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: Bug Report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''

---

## Description

Describe the issue or feature request in detail.

## Expected Behavior

Describe the behavior you expected.

## Current Behavior

Describe the current behavior, which is considered incorrect or needs improvement.

## Steps to Reproduce (for Bugs)

1.
2.
3.
Provide steps to reproduce the issue, if applicable.

## Screenshots or Code Snippets (if applicable)

If applicable, include screenshots or code snippets to help explain the issue.

## Possible Solution

If you have a suggestion for how to fix the issue, please describe it here.

## Additional Context

Add any other context about the problem here.

## Your Environment

- Operating System:
- Python Version:
- LLM, Vectorstore or Database (with version):
- Version of MindSQL (if known):
- Any other relevant details:
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement, question
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit fb3e6c3

Please sign in to comment.