-
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.
chore: Add github issue and pr templates
- Loading branch information
Showing
3 changed files
with
122 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,62 @@ | ||
--- | ||
name: Bug report | ||
about: Create a bug report. | ||
labels: "bug" | ||
assignees: "" | ||
--- | ||
|
||
<!-- Use this template to report bugs. --> | ||
<!-- Optional sections can be removed if not applicable. --> | ||
<!-- Comments describe the purpose of each section. --> | ||
|
||
## Description | ||
|
||
<!-- Briefly describe the encountered bug. --> | ||
|
||
## Steps to Reproduce | ||
|
||
<!-- | ||
1. List the steps to reproduce the bug. | ||
2. Include relevant URLs, code snippets, or configurations. | ||
--> | ||
|
||
## Expected & Actual Behavior | ||
|
||
<!-- Describe the expected and actual outcomes. --> | ||
|
||
## Context | ||
|
||
### Screenshots <!-- Optional --> | ||
|
||
<!-- Attach screenshots or GIFs if applicable. --> | ||
|
||
### Environment <!-- Optional --> | ||
|
||
<!-- Provide details about the system and software versions --> | ||
<!-- - OS: [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04] --> | ||
<!-- - Browser: [e.g., Chrome 92.0.4515.159, Firefox 91.0.2] --> | ||
<!-- - App Version/Commit: [e.g., v1.0.0, Git hash: abcd123] --> | ||
|
||
### Additional Info <!-- Optional --> | ||
|
||
<!-- Include any extra information that might help --> | ||
<!-- - Related issues/pull requests --> | ||
<!-- - Tried workarounds --> | ||
<!-- - Stack traces/logs --> | ||
<!-- - Configuration files --> | ||
|
||
### Reproducibility | ||
|
||
<!-- Mark the checkbox that applies --> | ||
|
||
- [ ] Consistently | ||
- [ ] Occasionally | ||
- [ ] Randomly | ||
|
||
## Impact | ||
|
||
<!-- Explain how the bug affects your usage. --> | ||
|
||
## Proposed Solution <!-- Optional --> | ||
|
||
<!-- Share your ideas for fixing the bug. --> |
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,25 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest a new feature. | ||
labels: "feature request" | ||
--- | ||
|
||
<!-- Use this template to request new features. -- | ||
<!-- Optional sections can be removed if not applicable. --> | ||
<!-- Comments describe the purpose of each section. --> | ||
|
||
## Description | ||
|
||
<!-- Briefly describe the new feature you're suggesting. --> | ||
|
||
## Problem | ||
|
||
<-- Explain the problem or need that this feature would address. --> | ||
|
||
## Solution | ||
|
||
<!-- Describe your proposed solution for the new feature. --> | ||
|
||
## Additional Info <!-- Optional --> | ||
|
||
<!-- Any extra context or information that might support the feature request. --> |
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,35 @@ | ||
# Pull Request | ||
|
||
<!-- Provide a general summary of your changes in the Title above --> | ||
<!-- Optional fileds can be removed if not applicable --> | ||
|
||
## Description | ||
|
||
<!-- Briefly describe the purpose of this pull request. --> | ||
|
||
## Changes Made | ||
|
||
<!-- Summarize the changes you've made in this pull request. --> | ||
|
||
## Related Issue <!-- Optional --> | ||
|
||
<!-- Link to the related issue, e.g., "Closes #123" or "Fixes #456" --> | ||
|
||
## Screenshots <!-- Optional --> | ||
|
||
<!-- Attach relevant screenshots or GIFs if applicable --> | ||
|
||
## Checklist | ||
|
||
- [ ] I have self-reviewed my code | ||
- [ ] Code follows project's style guidelines | ||
- [ ] Tests added and passing | ||
- [ ] Documentation updated (if needed) | ||
|
||
## Additional Info <!-- Optional --> | ||
|
||
<!-- Any extra context or information that might help reviewers --> | ||
|
||
## @Mention <!-- Optional --> | ||
|
||
<!-- Mention specific individuals or teams for review --> |