Skip to content

Commit

Permalink
update issues templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed Jul 24, 2024
1 parent 58300b2 commit 54d3a4f
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 56 deletions.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

75 changes: 75 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/hide_repo.md
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 -->
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/task.yml
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

0 comments on commit 54d3a4f

Please sign in to comment.