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

M #-: Adjust new issue templates

This commit is contained in:
Tino Vazquez 2019-12-17 17:47:50 +01:00
parent 99fd76c156
commit 9cb2b90c19
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE
2 changed files with 5 additions and 45 deletions

View File

@ -1,5 +1,5 @@
--- ---
name: Enhancement request name: New Feature request
about: Suggest an idea to improve OpenNebula about: Suggest an idea to improve OpenNebula
--- ---
@ -8,10 +8,10 @@ about: Suggest an idea to improve OpenNebula
Brief description of the new functionality Brief description of the new functionality
**Use case** **Use case**
How are you going to use this new feature? Why do you need it? How are you going to use this new feature? Why do you need it?
**Interface Changes** **Interface Changes**
Describe any changed you'd like to see to current interfaces including Sunstone, CLI or/and API Describe any changed you'd like to see to current interfaces including Sunstone, CLI or/and API
**Additional Context** **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. Add any other context or screenshots about the feature request here. Or any other alternative you have considered to addressed this new feature.
@ -23,10 +23,10 @@ Add any other context or screenshots about the feature request here. Or any othe
<!--////////////////////////////////////////////--> <!--////////////////////////////////////////////-->
## Progress Status ## Progress Status
- [ ] Branch created - [ ] Branch created
- [ ] Code committed to development branch - [ ] Code committed to development branch
- [ ] Testing - QA - [ ] Testing - QA
- [ ] Documentation - [ ] Documentation
- [ ] Release notes - resolved issues, compatibility, known issues - [ ] Release notes - resolved issues, compatibility, known issues
- [ ] Code committed to upstream release/hotfix branches - [ ] Code committed to upstream release/hotfix branches
- [ ] Documentation committed to upstream release/hotfix branches - [ ] Documentation committed to upstream release/hotfix branches

View File

@ -1,40 +0,0 @@
---
name: Security bug report
about: Create a report to tell us about a security problem
labels: Security
---
**Vulnerability Details**
Please provide a brief explanation of the security issue.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Version**
Completed for affected components
- Affected Component: [e.g. Sunstone, Scheduler or Storage]
- Hypervisor: [e.g. KVM]
- OpenNebula Version: [e.g. 5.4.12 or development]
- Browser: [e.g. chrome, firefox]
**Additional context**
Add any other context about the problem here.
<!--////////////////////////////////////////////-->
<!-- 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