Compare commits
No commits in common. "master" and "feature/ubuntu" have entirely different histories.
master
...
feature/ub
22
.gitea/bug_template.md
Normal file
22
.gitea/bug_template.md
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
|
||||
name: "Bug"
|
||||
about: "Add a bug to the backlog"
|
||||
title: "[Bug] "
|
||||
labels:
|
||||
|
||||
- bug
|
||||
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
## Actual Behavior
|
||||
|
||||
## Resources
|
||||
|
||||
## Notes
|
@ -1,5 +1,15 @@
|
||||
## Story
|
||||
---
|
||||
|
||||
name: "New Story"
|
||||
about: "Add a new story to the backlog"
|
||||
title: "[Feature] "
|
||||
labels:
|
||||
|
||||
- feature
|
||||
|
||||
---
|
||||
|
||||
## Story
|
||||
**As a**:
|
||||
**I want**:
|
||||
**So that**:
|
||||
@ -8,4 +18,4 @@
|
||||
|
||||
## Resources
|
||||
|
||||
## Notes
|
||||
## Notes
|
||||
|
Loading…
Reference in New Issue
Block a user