mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: update templates
This commit is contained in:
47
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
47
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Create a bug report
|
description: Create a bug report
|
||||||
labels: ['bug']
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
@@ -11,18 +11,27 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: To Reproduce
|
label: To Reproduce
|
||||||
description: A step-by-step description of how to reproduce the issue, or a link to the reproducible repository.
|
description: |
|
||||||
|
A detailed, step-by-step description of how to reproduce the issue is required.
|
||||||
|
Please ensure your report includes clear instructions using numbered lists.
|
||||||
|
|
||||||
|
If possible, provide a link to a repository or project where the issue can be reproduced.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
1. Create a application
|
1. Create a application
|
||||||
2. Click X
|
2. Click X
|
||||||
3. Y will happen
|
3. Y will happen
|
||||||
|
|
||||||
|
Make sure to:
|
||||||
|
- Use numbered lists to outline steps clearly.
|
||||||
|
- Include all relevant commands and configurations.
|
||||||
|
- Provide a link to a reproducible repository if applicable.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Current vs. Expected behavior
|
label: Current vs. Expected behavior
|
||||||
description: A clear and concise description of what the bug is, and what you expected to happen.
|
description: A clear and concise description of what the bug is, and what you expected to happen.
|
||||||
placeholder: 'Following the steps from the previous section, I expected A to happen, but I observed B instead'
|
placeholder: "Following the steps from the previous section, I expected A to happen, but I observed B instead"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@@ -45,12 +54,23 @@ body:
|
|||||||
label: Which area(s) are affected? (Select all that apply)
|
label: Which area(s) are affected? (Select all that apply)
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- 'Installation'
|
- "Installation"
|
||||||
- 'Application'
|
- "Application"
|
||||||
- 'Databases'
|
- "Databases"
|
||||||
- 'Docker Compose'
|
- "Docker Compose"
|
||||||
- 'Traefik'
|
- "Traefik"
|
||||||
- 'Docker'
|
- "Docker"
|
||||||
|
- "Remote server"
|
||||||
|
- "Local Development"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: Are you deploying the applications where Dokploy is installed or on a remote server?
|
||||||
|
options:
|
||||||
|
- "Same server where Dokploy is installed"
|
||||||
|
- "Remote server"
|
||||||
|
- "Both"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@@ -60,3 +80,12 @@ body:
|
|||||||
Any extra information that might help us investigate.
|
Any extra information that might help us investigate.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
I tested on a DigitalOcean VPS with Ubuntu 20.04 and Docker version 20.10.12.
|
I tested on a DigitalOcean VPS with Ubuntu 20.04 and Docker version 20.10.12.
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: Will you send a PR to fix it?
|
||||||
|
description: Let us know if you are planning to submit a pull request to address this issue.
|
||||||
|
options:
|
||||||
|
- "Yes"
|
||||||
|
- "No"
|
||||||
|
- "Maybe, need help"
|
||||||
|
|||||||
11
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
11
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Suggest a new feature or improvement to the project
|
description: Suggest a new feature or improvement to the project
|
||||||
labels: ['enhancement']
|
labels: ["enhancement"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
@@ -31,3 +31,12 @@ body:
|
|||||||
description: Add any other context or screenshots about the feature request here.
|
description: Add any other context or screenshots about the feature request here.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: Will you send a PR to implement it?
|
||||||
|
description: Let us know if you are planning to submit a pull request to implement this feature.
|
||||||
|
options:
|
||||||
|
- "Yes"
|
||||||
|
- "No"
|
||||||
|
- "Maybe, need help"
|
||||||
|
|||||||
Reference in New Issue
Block a user