add gitea template issues

This commit is contained in:
mik-tf 2025-01-02 16:22:04 -05:00
parent 03783c34d1
commit db44925a59
5 changed files with 100 additions and 0 deletions

33
.gitea/ISSUE_TEMPLATE.md Normal file
View File

@ -0,0 +1,33 @@
---
name: Story Template
about: Create a story for a project
---
## Description
Overview of the story
## Deliverables
Deliverables needed to complete the story
## Status
- Set the story in the proper column of the project
- To Define/To Do/In Progress/Blocked/Done)
## Metadata
- Set the metadata for the issue
- [ ] Label
- [ ] Project
- [ ] Due Date
- [ ] Assignees
## References
- References in relation to the story
## Updates
- Updates on the story

View File

@ -0,0 +1,5 @@
---
name: Blank Issue
about: Create an issue with no template
---

View File

@ -0,0 +1,25 @@
---
name: Bug Report
about: Create a report to help us improve
---
## Describe the Bug
[A clear and concise description of what the bug is]
## Steps to Reproduce
1.
2.
3.
## Expected Behavior
[What you expected to happen]
## Actual Behavior
[What actually happened]
## Screenshots
[If applicable, add screenshots to help explain your problem]
## Environment
- OS: [e.g. iOS]
- Browser: [e.g. chrome, safari]
- Version: [e.g. 22]

View File

@ -0,0 +1,15 @@
---
name: Feature Request
about: Suggest an idea for this project
---
## Is your feature request related to a problem? Please describe.
[A clear and concise description of what the problem is. Ex. I'm always frustrated when...]
## Describe the solution you'd like
[A clear and concise description of what you want to happen]
## Describe alternatives you've considered
[A clear and concise description of any alternative solutions or features you've considered]
## Additional context
[Add any other context or screenshots about the feature request here]

View File

@ -0,0 +1,22 @@
---
name: Story Template
about: Create a story for a project
---
## Description
- Overview of the story
## Requirements
- Requirements needed to complete the story
## Deliverables
- list of deliverables
## References
- References in relation to the story
## Updates
- Updates on the story