mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-10 15:31:24 +00:00
Trevor Cooper
367d263bee
* Add default bug report and feature request issue templates Using admin privs and settings->features->issue templates per [Github documentation](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository) add default Issue templates to the repository. * Rename openqa-test-suite-needle-update.md Rename openqa-test-suite-needle-update.md to openqa_update.md as attempt to restore issue template picker. This rename both shortens the name of the template and replaces `-` characters with `_`. Likely won't make a difference but it's worth a try.
21 lines
622 B
Markdown
21 lines
622 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an idea for this project
|
|
title: "[FEATURE] "
|
|
labels: 'type: enhancement'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Is your feature request related to a problem? Please describe.**
|
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
|
|
**Describe the solution you'd like**
|
|
A clear and concise description of what you want to happen.
|
|
|
|
**Describe alternatives you've considered**
|
|
A clear and concise description of any alternative solutions or features you've considered.
|
|
|
|
**Additional context**
|
|
Add any other context or screenshots about the feature request here.
|