1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00
one/.github/ISSUE_TEMPLATE/enhancement-request.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

2018-07-05 14:19:26 +03:00
---
name: Enhancement request
about: Suggest an idea to improve OpenNebula
---
**Description**
Brief description of the new functionality
**Use case**
How are you going to use this new feature? Why do you need it?
**Interface Changes**
2018-09-14 18:52:07 +03:00
Describe any changed you'd like to see to current interfaces including Sunstone, CLI or/and API
2018-07-05 14:19:26 +03:00
**Additional Context**
Add any other context or screenshots about the feature request here. Or any other alternative you have considered to addressed this new feature.
<!--////////////////////////////////////////////-->
<!-- THIS SECTION IS FOR THE DEVELOPMENT TEAM -->
<!-- BOTH FOR BUGS AND ENHANCEMENT REQUESTS -->
<!-- PROGRESS WILL BE REFLECTED HERE -->
<!--////////////////////////////////////////////-->
## Progress Status
- [ ] Branch created
- [ ] Code committed to development branch
- [ ] Testing - QA
- [ ] Documentation
- [ ] Release notes - resolved issues, compatibility, known issues
- [ ] Code committed to upstream release/hotfix branches
- [ ] Documentation committed to upstream release/hotfix branches