adding license, code of conduct, templates... etc)

This commit is contained in:
DioCrafts
2025-03-26 10:40:57 +01:00
parent bd623ec07e
commit 8b1f6d71c8
11 changed files with 336 additions and 8 deletions
+43
View File
@@ -0,0 +1,43 @@
---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## Description
A clear and concise description of what the bug is.
## To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Screenshots
If applicable, add screenshots to help explain your problem.
## Environment
- OS: [e.g. Ubuntu 22.04, Windows 11]
- Browser: [e.g. Chrome 120, Firefox 121]
- OxiCloud Version: [e.g. 0.1.0]
- Rust Version: [e.g. 1.70.0]
## Additional Context
Add any other context about the problem here.
## Possible Solution
If you have ideas on how to fix the issue, please describe them here.
+5
View File
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: OxiCloud Documentation
url: https://github.com/DioCrafts/oxicloud/wiki
about: Please check the documentation before opening an issue
@@ -0,0 +1,24 @@
---
name: Documentation request
about: Request improvements or additions to documentation
title: '[DOCS] '
labels: documentation
assignees: ''
---
## What documentation needs to be improved or added?
Clearly describe which part of the documentation needs to be improved or what new documentation is needed.
## Why is this documentation important?
Explain why this documentation would be valuable to users or contributors.
## Suggested content
If you have ideas about what should be included in this documentation, please share them here.
## Additional context
Add any other context, examples from other projects, or screenshots about the documentation request here.
+32
View File
@@ -0,0 +1,32 @@
---
name: Feature request
about: Suggest an idea for this project
title: '[FEATURE] '
labels: enhancement
assignees: ''
---
## Problem Statement
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
## Proposed Solution
A clear and concise description of what you want to happen.
## Alternative Solutions
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.
## User Impact
Describe how this feature would benefit users of OxiCloud.
## Implementation Ideas
If you have ideas about how this might be implemented, please share them here.