websoft9/.github/ISSUE_TEMPLATE/bug_report.md

99 lines
1.5 KiB
Markdown
Raw Normal View History

2021-09-26 07:22:38 +00:00
---
name: Bug report
2022-10-23 01:24:57 +00:00
title: 'Bug title for [appname]'
2021-09-26 07:22:38 +00:00
about: Report a bug encountered while using websoft9's product
labels: bug
---
**Describe the bug**
A clear and concise description of what the bug is.
## Deployment method
- [ ] subscription image from MarketPlace of Cloud
- [ ] All-in-one Installer
- [ ] ansible-playbook cli
- [ ] mcloud
- [ ] create instance from private image
## Bug source
- [ ] Bugs from installation
- [ ] Bugs from first use
- [ ] Other (You should describe it)
## System Environment
**Application Version**
e.g v4.5
**OS**
- [ ] Ubuntu18.x
- [ ] Ubuntu20.x
2022-09-17 06:21:33 +00:00
- [ ] Ubuntu22.x
2021-09-26 07:22:38 +00:00
- [ ] CentOS7.x
- [ ] CentOS8.x
- [ ] AmazonLinux2
- [ ] OracleLinux7.8
- [ ] OracleLinux8.2
- [ ] Other (You should describe it)
**Cloud PlatForm**
- [ ] Azure
- [ ] Aws
- [ ] 阿里云
- [ ] 腾讯云
- [ ] 华为云
- [ ] AlibabaCloud
- [ ] HUWEICloud
- [ ] Other (You should describe it)
## Bug reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
## Bug reports
### Bug Context
Bug context includes bug error, error logs and service status, it is very important for resolving issue
```
# bug error
(paste here)
# service status
(paste here)
# error logs
(paste here)
```
### Bug Screenshot
paste screenshot here
## Your suggestion
**The reason of Bug**
You can describe the reason if you have found it
**Your solution for Bug**
You can describe your solution here
**Additional context**
You can add any other context about the problem here.