* Add question template
This commit is contained in:
Marcus Robinson 2023-03-08 11:31:13 +00:00 коммит произвёл GitHub
Родитель 4ccc653655
Коммит b63e7eeda3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 35 добавлений и 4 удалений

6
.github/ISSUE_TEMPLATE/bug_report.md поставляемый
Просмотреть файл

@ -1,10 +1,12 @@
---
name: 🪲 Bug report
name: "\U0001FAB2 Bug report"
about: Create a report to help us improve
title: ''
labels: 'bug'
labels: bug
assignees: ''
---
Remember to label the issue with the appropriate area, and also assign it to yourself if you plan to work on the issue in the near future.
**Describe the bug**

2
.github/ISSUE_TEMPLATE/feature_request.md поставляемый
Просмотреть файл

@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'feature'
labels: feature
assignees: ''
---

29
.github/ISSUE_TEMPLATE/question.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,29 @@
---
name: Question
about: Question about your implementation that is not a bug in the project.
title: ''
labels: question
assignees: ''
---
<!--
Note: We cannot provide in depth support for custom code that is not part of the Azure TRE repository.
-->
## Description
In my Azure TRE deployment I am trying to...
## Steps
The steps I have tried are:
1.
2.
3.
## Code
The code I am using is:
```yaml
code here
```

2
.github/ISSUE_TEMPLATE/user_story.md поставляемый
Просмотреть файл

@ -2,7 +2,7 @@
name: User story
about: User story with acceptance criteria
title: ''
labels: 'story'
labels: story
assignees: ''
---