-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue and PR templates, and workflows directory
- Loading branch information
1 parent
b9e7586
commit e21376b
Showing
2 changed files
with
57 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,24 @@ | ||
--- | ||
name: General Issue | ||
about: Use this template for reporting issues that don't fit into bug reports or feature requests. | ||
title: "[General Issue] - " | ||
labels: "question, discussion" | ||
assignees: "" | ||
--- | ||
|
||
## General Issue | ||
|
||
### Description | ||
<!-- Provide a detailed description of the issue or question. --> | ||
|
||
### Expected Behavior | ||
<!-- Describe what behavior you expected to observe. --> | ||
|
||
### Actual Behavior | ||
<!-- Describe what behavior you observed instead. --> | ||
|
||
### Steps to Reproduce | ||
<!-- If applicable, list the steps to reproduce the issue. --> | ||
|
||
### Additional Information | ||
<!-- Include any other details, logs, screenshots, etc., that might be useful for understanding the issue. --> |
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,33 @@ | ||
## Pull Request Template | ||
|
||
### Description | ||
<!-- Please provide a description of the changes being made and why they are necessary. --> | ||
|
||
- **What changes are being made?** | ||
- | ||
|
||
- **Why are these changes necessary?** | ||
- | ||
|
||
- **Which issues or tickets does this PR close or relate to?** | ||
- Related issue: # | ||
|
||
### Type of Change | ||
<!-- Please check the type of change that applies to your PR. --> | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to change) | ||
- [ ] Documentation update | ||
- [ ] Other (please specify): | ||
|
||
### Checklist | ||
- [ ] Code has been linted. | ||
- [ ] Documentation has been updated (if needed). | ||
- [ ] Tests have been added or updated (if needed). | ||
- [ ] Any breaking changes have been communicated to the team. | ||
|
||
### Screenshots or Recordings (if applicable) | ||
<!-- Add screenshots, videos, or recordings that might help in understanding the changes better. --> | ||
|
||
### Additional Information | ||
<!-- Any additional information or context that might be useful during review. --> |