-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
132 additions
and
56 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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: "fey" | ||
|
||
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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
--- | ||
name: Hiding a repository | ||
about: Hiding a repository with a service | ||
title: 'Запрос на скрытие репозитория [название репозитория] с сервиса Hexlet Friends' | ||
title: 'Request to hide repo [repo name] from Hexlet Friends' | ||
labels: | ||
- hide_repo | ||
--- | ||
|
||
## Ссылка на ваш профиль Hexlet Friends: | ||
## Link to your profile Hexlet Friends: | ||
|
||
|
||
## Cсылка на ваш репозиторий: | ||
## Link to repo: | ||
|
||
|
||
## Вы подтверждаете, что являетесь владельцем репозитория? | ||
<!--- Да/Нет --> | ||
## Confirm that you are owner of the repo? | ||
<!--- Yes --> | ||
|
||
|
||
## Описание проблемы: | ||
<!--- Опишите причину, почему вы хотите скрыть репозиторий и статистику с сервиса --> | ||
## Describe problem: | ||
<!--- Describe the reason why you want to hide the repository and statistics from the service --> | ||
|
||
|
||
## Дополнительная информация: | ||
<!--- Укажите дополнительные детали, если это необходимо --> | ||
## Additional info: | ||
<!--- Provide additional details if necessary --> |
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 |