added templates for gitea issues #38
20
.gitea/ISSUE_TEMPLATE.md
Normal file
20
.gitea/ISSUE_TEMPLATE.md
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Website Issue
|
||||
about: For website inquiries or issues
|
||||
---
|
||||
## Repository or Website
|
||||
[Provide the repository or website related to the issue]
|
||||
|
||||
## Issue Description
|
||||
[Provide a brief description of the issue]
|
||||
|
||||
## Additional Information
|
||||
[Any other relevant information]
|
||||
|
||||
## Steps to Resolve (if applicable)
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
## Expected Outcome
|
||||
[Describe the expected outcome]
|
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]
|
20
.gitea/issue_template/website_issue.md
Normal file
20
.gitea/issue_template/website_issue.md
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
name: General Issue
|
||||
about: For general inquiries or issues
|
||||
---
|
||||
## Repository or Website
|
||||
[Provide the repository or website related to the issue]
|
||||
|
||||
## Issue Description
|
||||
[Provide a brief description of the issue]
|
||||
|
||||
## Additional Information
|
||||
[Any other relevant information]
|
||||
|
||||
## Steps to Resolve (if applicable)
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
## Expected Outcome
|
||||
[Describe the expected outcome]
|
Loading…
Reference in New Issue
Block a user