-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #882 from bjoernricks/update-issue-template
Update issue template
- Loading branch information
Showing
3 changed files
with
82 additions
and
42 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
--- | ||
name: Bug Report | ||
about: Report an issue with gvmd | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
If reporting an issue please try to provide the information asked below. | ||
Before reporting an issue please: | ||
1. Be aware that this is not a support forum. If your issue is rather a question | ||
than a bug report, please use our community forum at | ||
https://community.greenbone.net/c/gse instead. | ||
2. Make sure that you're using the latest published GVM components for the | ||
release you are using: https://community.greenbone.net/t/about-the-source-edition-gse-category/176 | ||
3. Check the list of issues whether it isn't already reported. | ||
4. Read 1. again and if you still believe you found a software bug please | ||
continue to file this issue. If you are in doubt use | ||
https://community.greenbone.net/c/gse instead. | ||
Thanks for your help to keep the communication channels clean and consistent! | ||
--> | ||
|
||
### Expected behavior | ||
|
||
<!-- | ||
How did you expect gvmd to behave? | ||
Please write down how the web interface should work in your opinion. | ||
--> | ||
|
||
### Actual behavior | ||
|
||
<!-- | ||
Did something go wrong? | ||
Is something broken, or not behaving as you expected? | ||
Is this really an bug? If in doubt please use | ||
https://community.greenbone.net/c/gse instead. | ||
--> | ||
|
||
### Steps to reproduce | ||
|
||
<!-- | ||
How would you describe your issue to someone who doesn’t know gvmd? | ||
Try to write a sequence of steps that anybody can repeat to see the issue. | ||
--> | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
### GVM versions | ||
|
||
**gsa:** (gsad --version) | ||
|
||
**gvm:** (gvmd --version) | ||
|
||
**openvas-scanner:** (openvas --version) | ||
|
||
**gvm-libs:** | ||
|
||
### Environment | ||
|
||
**Operating system:** | ||
|
||
<!-- e.g. paste output of uname -a and cat /etc/lsb-release --> | ||
|
||
**Installation method / source:** (packages, source installation) | ||
|
||
### Logfiles | ||
|
||
<!-- in most cases you'll find the logs in /var/log/gvm/ --> | ||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Greenbone Community Forum | ||
url: https://community.greenbone.net/c/gse | ||
about: Please ask and answer questions here. |