diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-04-23 10:04:36 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-23 10:04:36 +0300 |
| commit | 3b47028060dc588deec3680a77c4ec919c6c504c (patch) | |
| tree | 71e9ba14e30cc6788c7184c25fdb594884271baa /.github/ISSUE_TEMPLATE/feature_request.yaml | |
| parent | d9ab8b4ce4513b48b377b2d931d45f2c30ef6a44 (diff) | |
chore: new templates for issues and pull requests (#2935)
* chore: new issue templates
* chore: fixing templates
* chore: add pull request template
also edited bug report
* chore: add checklist for question and feat request template
* chore: remove title prefix
* fix: template title
* fix: re-fixing the template title
* chore: remove checklist for pull request
* chore: remove emojies
* fix: elimination of minor defects
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yaml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yaml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 00000000..7ffbad7a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,39 @@ +name: Feature request
+description: Suggest an idea for this project
+title: "Feature request"
+labels: ["enhancement"]
+
+body:
+ - type: textarea
+ id: is-related-problem
+ attributes:
+ label: Is your feature request related to a problem?
+ description: A clear and concise description of what the problem is.
+ placeholder: I'm always frustrated when...
+ validations:
+ required: true
+
+ - type: textarea
+ id: solution
+ attributes:
+ label: Describe the solution you'd like
+ description: A clear and concise description of what you want to happen.
+ validations:
+ required: true
+
+ - type: textarea
+ id: alternatives
+ attributes:
+ label: Describe alternatives you've considered
+ description: A clear and concise description of any alternative solutions or features you've considered.
+ validations:
+ required: false
+
+ - type: checkboxes
+ id: checklist
+ attributes:
+ label: Checklist
+ description: Please check all the checkboxes
+ options:
+ - label: This feature report is written entirely in English.
+ required: true
\ No newline at end of file |
