-
-
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.
New issue draft for creating classes
- Loading branch information
Showing
3 changed files
with
42 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
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,38 @@ | ||
--- | ||
name: Class creation | ||
about: Draft for a class that solves another issue | ||
title: Creation of [Class Name] | ||
labels: class_creation, enhancement, feature | ||
assignees: FMorschel | ||
|
||
--- | ||
|
||
### Overview | ||
The proposal is to introduce a new class, [Class Name], to enhance the capabilities of the package. This class is designed to [provide a brief description of the purpose and functionality of the new class]. | ||
|
||
**Related to**: [List all issues related to this here] | ||
|
||
### Proposed Class | ||
**[Class Name]** | ||
**Purpose**: [Describe the main purpose and use case of the class]. | ||
**Parameters**: [List the relevant parameters and their significance]. | ||
**Usage Example**: | ||
|
||
```dart | ||
//Example of usage here | ||
``` | ||
|
||
### Benefits | ||
**Increased Functionality**: The addition of [Class Name] will enhance the package's functionality, catering to specific use cases. | ||
|
||
**Improved Code Organization**: This new class contributes to better code organization by encapsulating [mention any specific logic or functionality it encapsulates]. | ||
|
||
**Usability Enhancement**: Users can benefit from [Class Name] by [highlight any advantages or scenarios where it is particularly useful]. | ||
|
||
### Additional Information | ||
**Dependencies**: [Specify if the new class has any dependencies]. | ||
**Testing**: [Briefly mention the testing process and any relevant test cases]. | ||
|
||
--- | ||
|
||
Your feedback on this proposal is highly encouraged. If approved, I will proceed with the implementation and submit a pull 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