forked from Hexlet/hexlet-comparator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into xyz-school
# Conflicts: # data/professions.yml
- Loading branch information
Showing
6 changed files
with
151 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
name: "Bug Report" | ||
description: Create a new ticket for a bug. | ||
title: "Bug: " | ||
labels: | ||
- bug | ||
|
||
body: | ||
- type: textarea | ||
id: summary | ||
attributes: | ||
label: "Summary" | ||
description: Please enter an explicit description of your issue | ||
placeholder: Short and explicit description of your incident... | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reprod | ||
attributes: | ||
label: "Reproduction steps" | ||
description: Please enter an explicit description of your issue | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
render: bash | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected-result | ||
attributes: | ||
label: "Expected result" | ||
description: What the result should have been | ||
placeholder: Expected result | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: actual-result | ||
attributes: | ||
label: "Actual result" | ||
description: What the result really was | ||
placeholder: Actual result | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: "Browsers" | ||
description: What browsers are you seeing the problem on ? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge | ||
- Opera | ||
|
||
validations: | ||
required: false | ||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: "OS" | ||
description: What is the impacted environment ? | ||
multiple: true | ||
options: | ||
- Windows | ||
- Linux | ||
- Mac | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: "Feature request" | ||
description: Create a new ticket for a feature request. | ||
title: "Feature request: " | ||
labels: | ||
- feature request | ||
assignees: "acidmaksim" | ||
|
||
body: | ||
- type: textarea | ||
id: problem-description | ||
attributes: | ||
label: "Problem description" | ||
description: Please enter an explicit description of the proposed feature | ||
placeholder: Short and explicit description of the proposed feature... | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: proposed-solution | ||
attributes: | ||
label: "Proposed solution" | ||
description: Please enter an explicit description of your proposed solution | ||
placeholder: Short and explicit description of your proposed solution... | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: "Task" | ||
description: Create a new ticket for a task. | ||
labels: | ||
- task | ||
|
||
body: | ||
- type: textarea | ||
id: problem-description | ||
attributes: | ||
label: "Problem description" | ||
description: Please enter an explicit description of the problem | ||
placeholder: Short and explicit description of the problem... | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: proposed-solution | ||
attributes: | ||
label: "Proposed solution" | ||
description: Please enter an explicit description of the proposed solution | ||
placeholder: Short and explicit description of the proposed solution... | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters