docs: Better issue templates and adding config.yml

This commit is contained in:
krille-chan 2023-07-19 05:55:46 +02:00
parent 7c3eff67bc
commit 310eff393d
No known key found for this signature in database
3 changed files with 152 additions and 55 deletions

View file

@ -1,30 +1,76 @@
---
name: Bug report
about: Create a report to help us improve
labels: Bug
---
### Describe the bug
<!-- 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. -->
### Platform (please complete the following information):
<!-- - App Version [e.g. 1.12.0] -->
<!-- - Device: [e.g. iPhone6, PC, Pixel 3] -->
<!-- - OS: [e.g. iOS, Android, Windows, Linux, macOS] -->
<!-- - Browser (if applicable): [e.g. Chrome, Safari] -->
### Additional context
<!-- Add any other context about the problem here. -->
name: 🐛 Bug report
description: Create a report to help us improve
labels: ["Bug"]
body:
- type: markdown
attributes:
value: "## Describe the bug"
- type: textarea
id: bug-description
attributes:
label: "Bug Description"
description: "A clear and concise description of what the bug is."
placeholder: "Describe the bug here..."
validations:
required: true
- type: markdown
attributes:
value: "## To Reproduce"
- type: textarea
id: reproduce-steps
attributes:
label: "Steps to Reproduce"
description: "Steps to reproduce the behavior:"
placeholder: "1. Go to '...'\n2. Click on '...'\n3. Scroll down to '...'\n4. See error"
validations:
required: true
- type: markdown
attributes:
value: "## Expected behavior"
- type: textarea
id: expected-behavior
attributes:
label: "Expected Behavior"
description: "A clear and concise description of what you expected to happen."
placeholder: "Describe what you expected to happen here..."
validations:
required: true
- type: markdown
attributes:
value: "## Screenshots"
- type: input
id: screenshots
attributes:
label: "Screenshots"
description: "If applicable, add screenshots to help explain your problem."
validations:
required: false
- type: markdown
attributes:
value: "## Platform"
- type: input
id: app-version
attributes:
label: "App Version"
description: "Please provide the version of the app you are using."
placeholder: "e.g. 1.12.0"
validations:
required: true
- type: input
id: platform-info
attributes:
label: "Additional Platform Information"
description: "Please provide the following information:"
placeholder: "Device: [e.g. iPhone6, PC, Pixel 3]\nOS: [e.g. iOS, Android, Windows, Linux, macOS]\nBrowser (if applicable): [e.g. Chrome, Safari]"
validations:
required: true
- type: markdown
attributes:
value: "## Additional context"
- type: textarea
id: additional-context
attributes:
label: "Additional Context"
description: "Add any other context about the problem here."
validations:
required: false

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: FluffyChat Community
url: https://matrix.to/#/#fluffychat:matrix.org
about: Please ask and answer questions here.
- name: Report security vulnerabilities
url: https://matrix.to/#/@krille:janian.de
about: Please report security vulnerabilities here.

View file

@ -1,25 +1,68 @@
---
name: Feature Request
about: Suggest an idea for this project
labels: Enhancement
---
### Feature Description
<!-- Provide a clear and concise description of the feature. -->
### Rationale
<!-- Explain why this feature should be added. -->
### Functionality
<!-- Describe what the feature would do and how it should work. -->
### Mockup
<!-- If applicable, add any visual mock-ups of the feature. -->
### Platform (please complete the following information if applicable):
<!-- - OS: [e.g. iOS, Android, Windows, Linux, macOS] -->
<!-- - Browser [e.g. Chrome, Safari] -->
<!-- - Version [e.g. 22] -->
### Additional context
<!-- Add any other context or screenshots about the feature request here. -->
name: 💡 Feature Request
description: Suggest an idea for this project
labels: ["Enhancement"]
body:
- type: markdown
attributes:
value: "## Feature Description"
- type: textarea
id: feature-description
attributes:
label: "Feature Description"
description: "Provide a clear and concise description of the feature."
placeholder: "Describe the feature here..."
validations:
required: true
- type: markdown
attributes:
value: "## Rationale"
- type: textarea
id: rationale
attributes:
label: "Rationale"
description: "Explain why this feature should be added."
placeholder: "Describe the rationale for the feature here..."
validations:
required: true
- type: markdown
attributes:
value: "## Functionality"
- type: textarea
id: functionality
attributes:
label: "Functionality"
description: "Describe what the feature would do and how it should work."
placeholder: "Describe the functionality of the feature here..."
validations:
required: true
- type: markdown
attributes:
value: "## Mockup"
- type: input
id: mockup
attributes:
label: "Mockup"
description: "If applicable, add any visual mock-ups of the feature."
validations:
required: false
- type: markdown
attributes:
value: "## Platform"
- type: input
id: platform-info
attributes:
label: "Platform Information"
description: "Please provide the following information if applicable:"
placeholder: "OS: [e.g. iOS, Android, Windows, Linux, macOS]\nBrowser [e.g. Chrome, Safari]\nVersion [e.g. 22]"
validations:
required: false
- type: markdown
attributes:
value: "## Additional context"
- type: textarea
id: additional-context
attributes:
label: "Additional Context"
description: "Add any other context or screenshots about the feature request here."
validations:
required: false