-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65b4db2
commit 54b7344
Showing
3 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
### Description: | ||
Explain the purpose of the PR. |