add gitea template issues
This commit is contained in:
parent
03783c34d1
commit
db44925a59
33
.gitea/ISSUE_TEMPLATE.md
Normal file
33
.gitea/ISSUE_TEMPLATE.md
Normal 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
|
5
.gitea/issue_template/blank.md
Normal file
5
.gitea/issue_template/blank.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
name: Blank Issue
|
||||
about: Create an issue with no template
|
||||
---
|
||||
|
25
.gitea/issue_template/bug_report.md
Normal file
25
.gitea/issue_template/bug_report.md
Normal 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]
|
15
.gitea/issue_template/feature_request.md
Normal file
15
.gitea/issue_template/feature_request.md
Normal 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]
|
22
.gitea/issue_template/story_template.md
Normal file
22
.gitea/issue_template/story_template.md
Normal 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
|
Loading…
Reference in New Issue
Block a user