-
Notifications
You must be signed in to change notification settings - Fork 128
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
2717df8
commit b092b83
Showing
3 changed files
with
65 additions
and
46 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
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 |
---|---|---|
@@ -1,32 +1,35 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
title: '' | ||
title: 'Feature: ' | ||
labels: enhancement, triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Feature Description:** | ||
## Feature Description | ||
|
||
*Provide a clear and concise description of the feature you're requesting.* | ||
|
||
**Current Behavior:** | ||
### Are you intending to implement this feature? | ||
|
||
*Please indicate "yes" or "no".* | ||
|
||
## Current Behavior | ||
|
||
*Explain how the software behaves currently in relation to the feature you're requesting.* | ||
|
||
**Desired Behavior:** | ||
## Desired Behavior | ||
|
||
*Describe how you envision the software behaving after the proposed feature is implemented.* | ||
|
||
**Use Case:** | ||
## Use Case | ||
|
||
*Explain the context in which this feature would be useful. How will it benefit users or contributors?* | ||
|
||
**Implementation Suggestions:** | ||
## Implementation Suggestions | ||
|
||
*Optional: If you have any suggestions on how this feature could be implemented, you can provide them here.* | ||
|
||
**Additional Information:** | ||
## Additional Information | ||
|
||
*Include any other relevant information that could help in understanding or implementing the feature.* |
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 |
---|---|---|
@@ -1,35 +1,42 @@ | ||
<!-- README --> | ||
<!-- All pull requests require either an associated --> | ||
<!-- Jira ticket or GitHub issue. PRs opened without --> | ||
<!-- an associated discussion item will be closed! --> | ||
|
||
## Description | ||
|
||
<!--- Describe your changes in detail --> | ||
*Describe your changes in detail* | ||
|
||
## Motivation and Context | ||
|
||
<!--- Why is this change required? What problem does it solve? --> | ||
<!--- If it fixes an open issue, please link to the issue here. --> | ||
This PR addresses: [GitHub issue or Jira ticket number] | ||
|
||
*Why is this change required? What problem does it solve?* | ||
|
||
## How Has This Been Tested? | ||
|
||
<!--- Please describe in detail how you tested your changes. --> | ||
<!--- Include details of your testing environment, and the tests you ran to --> | ||
<!--- see how your change affects other areas of the code, etc. --> | ||
*Please describe in detail how you tested your changes. | ||
Include details of your testing environment, and the tests you ran to | ||
see how your change affects other areas of the code, etc.* | ||
|
||
## Screenshots (if appropriate): | ||
## Screenshots (optional): | ||
|
||
## Types of changes | ||
|
||
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> | ||
<!-- Please remove any items that do no apply. --> | ||
|
||
- [ ] Chore (a change that does not modify the application functionality) | ||
- [ ] 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) | ||
- Chore (a change that does not modify the application functionality) | ||
- 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) | ||
- Database Migrations | ||
|
||
## Checklist: | ||
|
||
<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> | ||
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> | ||
|
||
- [ ] Documentation updates are needed, and have been made accordingly. | ||
- [ ] I have added and/or updated tests to cover my changes. | ||
- [ ] All new and existing tests passed. | ||
- [ ] My changes include a database migration. | ||
<!-- Please make sure to you have completed all following checks. --> | ||
- [ ] I have ensured that related documentation is up-to-date | ||
- Open API docs | ||
- Code comments (GoDocs / JSDocs) | ||
- [ ] I have followed proper test practices | ||
- Added/updated tests to cover my changes | ||
- All new and existing tests passed |