diff --git a/.gitea/ISSUE_TEMPLATE.md b/.gitea/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..a8a4231 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE.md @@ -0,0 +1,28 @@ +--- +name: Story Template +about: Create a story for a project +--- + +## Situation +[Write an overview of the situation.] + +## TODO +[Write what are the specs/steps needed to complete the story.] + +## ETA +[Write an ETA for the story. You can ask the owners/assignees to confirm/adjust the ETA at first.] + +## Owners +[Write who will be making sure this story gets done.] + +## Assignees +[Write who will complete the technical/concrete aspects of the story.] + +## References +[Write references relating to the story.] + +## Status +[Write the status of the issue, e.g. WIP, Blocked, Done] + +## Notes & Updates +[Write notes and updates on the story, e.g. summarizing weekly the work done until completion.] \ No newline at end of file diff --git a/.gitea/issue_template/blank.md b/.gitea/issue_template/blank.md new file mode 100644 index 0000000..3abc4f2 --- /dev/null +++ b/.gitea/issue_template/blank.md @@ -0,0 +1,5 @@ +--- +name: Blank Issue +about: Create an issue with no template +--- + diff --git a/.gitea/issue_template/bug_report.md b/.gitea/issue_template/bug_report.md new file mode 100644 index 0000000..5f2dfb9 --- /dev/null +++ b/.gitea/issue_template/bug_report.md @@ -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] diff --git a/.gitea/issue_template/feature_request.md b/.gitea/issue_template/feature_request.md new file mode 100644 index 0000000..30bacef --- /dev/null +++ b/.gitea/issue_template/feature_request.md @@ -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] diff --git a/.gitea/issue_template/story_template.md b/.gitea/issue_template/story_template.md new file mode 100644 index 0000000..a8a4231 --- /dev/null +++ b/.gitea/issue_template/story_template.md @@ -0,0 +1,28 @@ +--- +name: Story Template +about: Create a story for a project +--- + +## Situation +[Write an overview of the situation.] + +## TODO +[Write what are the specs/steps needed to complete the story.] + +## ETA +[Write an ETA for the story. You can ask the owners/assignees to confirm/adjust the ETA at first.] + +## Owners +[Write who will be making sure this story gets done.] + +## Assignees +[Write who will complete the technical/concrete aspects of the story.] + +## References +[Write references relating to the story.] + +## Status +[Write the status of the issue, e.g. WIP, Blocked, Done] + +## Notes & Updates +[Write notes and updates on the story, e.g. summarizing weekly the work done until completion.] \ No newline at end of file