Skip to content

Commit

Permalink
added templates (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifkhan0771 authored Jan 17, 2025
1 parent 65b4db2 commit 54b7344
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] Title"
labels: bug
assignees: ''

---

## Description

**Please provide a brief description of the issue**

---

## Steps to Reproduce (for bugs)


---

## Expected Behavior

**What did you expect to happen?**

---

## Actual Behavior

**What actually happened?**

---

## Environment

- **Go Version:** (e.g., 1.18.1)
- **Operating System:** (e.g., Windows 10, Ubuntu 20.04)
- **Version:** (e.g., v1.0.0)

---

## Additional Context

**Add any other context about the problem or feature request here.**
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Feature Request
about: Suggest an idea for mongoq
title: "[FEATURE] Title"
labels: feature
---

## Feature Description

**Please provide a brief description of the feature you would like to see implemented.**

---

## Use Case

**Describe the use case for this feature. Why would it be beneficial to have this functionality?**

---

## Proposed Solution

**If you have a specific idea for how to implement this feature, please describe it here. Include any relevant details or examples.**

---

## Pseudo Code

```go
// Provide a code snippet or example that demonstrates how this feature might be used
2 changes: 2 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Description:
Explain the purpose of the PR.

0 comments on commit 54b7344

Please sign in to comment.