diff options
Diffstat (limited to 'templates/programming/bug-report.org')
-rw-r--r-- | templates/programming/bug-report.org | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/programming/bug-report.org b/templates/programming/bug-report.org new file mode 100644 index 0000000..fe659a2 --- /dev/null +++ b/templates/programming/bug-report.org @@ -0,0 +1,23 @@ +#+TITLE: Bug Report Template +#+DATE: %<%Y-%m-%d> +#+FILETAGS: :dev:bugs: + +* Summary +Brief description of the bug. + +* Steps to Reproduce +1. +2. +3. + +* Expected Behavior + +* Actual Behavior + +* Environment +- OS: +- App version: +- Logs: + +* Status +** TODO Needs Triage
\ No newline at end of file |