webcron/.github/issue_template/Bug.md

24 lines
541 B
Markdown

---
name: "Bug"
about: "Release a bug from the system"
title: "Bug: (( Short description of the bug ))"
ref: "main"
labels:
- bug
---
(( Long description of the bug ))
## Steps to reproduce
1. (( Step by step instructions of how to trigger the bug ))
2. (( Overly logical steps like "log in to the app" may be included and are not considered as waste of disk space ))
## Expected results
* (( Expected results of when applying the steps to reproduce ))
## Actual results
* (( Actual results of when applying the steps to reproduce ))