prettified yml
This commit is contained in:
parent
9e88d3ba8d
commit
14fff0b051
2 changed files with 10 additions and 16 deletions
21
.github/ISSUE_TEMPLATE/bug-issue.yml
vendored
21
.github/ISSUE_TEMPLATE/bug-issue.yml
vendored
|
|
@ -1,24 +1,22 @@
|
||||||
name: Bug report
|
name: Bug report
|
||||||
description: Report a bug or an issue that isn't working as expected.
|
description: Report a bug or an issue that isn't working as expected.
|
||||||
title: "[BUG]: <Provide a clear, descriptive title>"
|
title: "[BUG]: <Provide a clear, descriptive title>"
|
||||||
labels: ["bug"]
|
labels:
|
||||||
|
- bug
|
||||||
assignees: ""
|
assignees: ""
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Please fill out the following information to help us resolve the issue.
|
Please fill out the following information to help us resolve the issue.
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the bug
|
label: Describe the bug
|
||||||
description: A clear and concise description of what the bug is.
|
description: A clear and concise description of what the bug is.
|
||||||
placeholder: "Describe the bug in detail..."
|
placeholder: Describe the bug in detail...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: steps
|
id: steps
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -29,28 +27,25 @@ body:
|
||||||
2. Click on '...'
|
2. Click on '...'
|
||||||
3. Scroll down to '...'
|
3. Scroll down to '...'
|
||||||
4. See error
|
4. See error
|
||||||
placeholder: "List the steps to reproduce the bug..."
|
placeholder: List the steps to reproduce the bug...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: expected
|
id: expected
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected behavior
|
label: Expected behavior
|
||||||
description: What you expected to happen.
|
description: What you expected to happen.
|
||||||
placeholder: "What was the expected result?"
|
placeholder: What was the expected result?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: actual
|
id: actual
|
||||||
attributes:
|
attributes:
|
||||||
label: Actual behavior
|
label: Actual behavior
|
||||||
description: What actually happened instead.
|
description: What actually happened instead.
|
||||||
placeholder: "What happened instead?"
|
placeholder: What happened instead?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: environment
|
id: environment
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -65,7 +60,6 @@ body:
|
||||||
value: staging
|
value: staging
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -74,12 +68,11 @@ body:
|
||||||
placeholder: "e.g., 1.0.0"
|
placeholder: "e.g., 1.0.0"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: additional
|
id: additional
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context
|
label: Additional context
|
||||||
description: Add any other context about the problem here.
|
description: Add any other context about the problem here.
|
||||||
placeholder: "Any additional information..."
|
placeholder: Any additional information...
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
5
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -4,5 +4,6 @@ contact_links:
|
||||||
url: t.me/AIhawkCommunity
|
url: t.me/AIhawkCommunity
|
||||||
about: You can join the discussions on Telegram.
|
about: You can join the discussions on Telegram.
|
||||||
- name: New issue
|
- name: New issue
|
||||||
url: https://github.com/feder-cr/linkedIn_auto_jobs_applier_with_AI/blob/v3/.github/CONTRIBUTING.md
|
url: >-
|
||||||
about: Before opening a new issue, please make sure to read CONTRIBUTING.md
|
https://github.com/feder-cr/linkedIn_auto_jobs_applier_with_AI/blob/v3/.github/CONTRIBUTING.md
|
||||||
|
about: "Before opening a new issue, please make sure to read CONTRIBUTING.md"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue