mirror of
https://codeberg.org/crowci/crow.git
synced 2025-04-18 04:44:01 +03:00
chore: update issue templates and rename to .forgejo
This commit is contained in:
parent
7c78d6be26
commit
f3e4a2a229
53
.forgejo/issue_template/bug_report.yaml
Normal file
53
.forgejo/issue_template/bug_report.yaml
Normal file
@ -0,0 +1,53 @@
|
||||
# Credits to: https://github.com/vitejs/vite/blob/main/.github/ISSUE_TEMPLATE/bug_report.yml
|
||||
name: "\U0001F41E Bug report"
|
||||
description: Report an issue with Crow
|
||||
labels: ['bug']
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
- type: dropdown
|
||||
id: component
|
||||
attributes:
|
||||
label: Component
|
||||
description: Which component of Crow is affected by the issue?
|
||||
multiple: true
|
||||
options:
|
||||
- server
|
||||
- agent
|
||||
- cli
|
||||
- web-ui
|
||||
- other
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: bug-description
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of the issue.
|
||||
placeholder: Bug description
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: steps-to-reproduce
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: Steps to reproduce the behavior.
|
||||
placeholder: |
|
||||
1. Install Crow Server with the following configuration: ...
|
||||
2. Install Crow Agent with the configuration below: ...
|
||||
3. Go to ..., click here and there, see error: ...
|
||||
4. Check the logs and find this: ...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: |
|
||||
Logs? Screenshots? Anything that will give us more context about the issue.
|
||||
Sometimes a picture is worth a thousand words, but please try not to insert an image of logs / text
|
||||
and copy paste the text instead.
|
||||
validations:
|
||||
required: false
|
1
.forgejo/issue_template/config.yaml
Normal file
1
.forgejo/issue_template/config.yaml
Normal file
@ -0,0 +1 @@
|
||||
blank_issues_enabled: true
|
@ -21,27 +21,8 @@ body:
|
||||
description: 'In web-ui / config we could provide following functionality...'
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: alternative
|
||||
attributes:
|
||||
label: Alternative
|
||||
description: Clear and concise description of any alternative solutions or features you've considered.
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Any other context or screenshots about the feature request here.
|
||||
- type: checkboxes
|
||||
id: checkboxes
|
||||
attributes:
|
||||
label: Validations
|
||||
description: Before submitting the issue, please make sure you do the following
|
||||
options:
|
||||
# - label: Follow our [Code of Conduct](https://codeberg.org/crowci/crow/blob/main/CODE_OF_CONDUCT.md)
|
||||
# required: true
|
||||
- label: Checked that the feature isn't part of the `dev` version already
|
||||
required: true
|
||||
- label: Read the [docs](https://crowci.dev).
|
||||
required: true
|
||||
- label: Check that there isn't already an [issue](https://codeberg.org/crowci/crow/issues) that request the same feature to avoid creating a duplicate.
|
||||
required: true
|
90
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
90
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -1,90 +0,0 @@
|
||||
# Credits to: https://github.com/vitejs/vite/blob/main/.github/ISSUE_TEMPLATE/bug_report.yml
|
||||
name: "\U0001F41E Bug report"
|
||||
description: Report an issue with Crow
|
||||
labels: ['bug']
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
- type: dropdown
|
||||
id: component
|
||||
attributes:
|
||||
label: Component
|
||||
description: Which component of Crow is affected by the issue?
|
||||
multiple: true
|
||||
options:
|
||||
- server
|
||||
- agent
|
||||
- cli
|
||||
- web-ui
|
||||
- other
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: bug-description
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
|
||||
placeholder: Bug description
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: steps-to-reproduce
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: Steps to reproduce the behavior.
|
||||
placeholder: |
|
||||
1. Install Crow Server with the following configuration: ...
|
||||
2. Install Crow Agent with the configuration below: ...
|
||||
3. Besides, set some settings in the forge: ...
|
||||
4. Run them all by the commands: ...
|
||||
5. Go to ..., click here and there, see next error: ...
|
||||
6. Also, check the logs and find this: ...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected-behavior
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: A clear and concise description of what you expected to happen.
|
||||
placeholder: |
|
||||
When I click here and there, there should not be an error, but a successful operation.
|
||||
There should not be the errors in the logs, but the messages, that indicate a process: ...
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: system-info
|
||||
attributes:
|
||||
label: System Info
|
||||
description: Output of `https://<url>/version`
|
||||
render: shell
|
||||
placeholder: Version info, docker-compose config, Kubernetes manifests
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: |
|
||||
Logs? Screenshots? Anything that will give us more context about the issue you are encountering!
|
||||
Sometimes a picture is worth a thousand words, but please try not to insert an image of logs / text
|
||||
and copy paste the text instead.
|
||||
|
||||
Tip: You can attach images by clicking this area to highlight it and then dragging files in.
|
||||
validations:
|
||||
required: false
|
||||
- type: checkboxes
|
||||
id: checkboxes
|
||||
attributes:
|
||||
label: Validations
|
||||
description: Before submitting the issue, please make sure you do the following
|
||||
options:
|
||||
# - label: Follow our [Code of Conduct](https://codeberg.org/crowci/crow/blob/main/CODE_OF_CONDUCT.md)
|
||||
# required: true
|
||||
- label: Read the [docs](https://crowci.dev).
|
||||
required: true
|
||||
- label: Check that there isn't [already an issue](https://codeberg.org/crowci/crow/issues) that reports the same bug to avoid creating a duplicate.
|
||||
required: true
|
||||
- label: Checked that the bug isn't fixed in the `dev` version already
|
||||
required: true
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
5
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,5 +0,0 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Start a discussion
|
||||
about: Our preferred starting point if you have any questions, suggestions or feature proposals.
|
||||
url: https://codeberg.org/crowci/crow/discussions/new/choose
|
Loading…
x
Reference in New Issue
Block a user