This commit is contained in:
Jake Friedman 2021-05-12 19:57:36 -07:00 коммит произвёл GitHub
Родитель 280311979d
Коммит 39989d01f6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 65 добавлений и 0 удалений

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

@ -0,0 +1,13 @@
---
name: Ask a question
about: Ask a question about Factory Orchestrator
title: ''
labels: question
assignees: ''
---
**What are you curious or need more information about? Please describe.**
**Additional context**
Add any other important context about your question here, including OS info or other facts about your environment. Attach supporting files if helpful with your question, such as FactoryOrchestratorXML.

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

@ -0,0 +1,32 @@
---
name: Bug report
about: Create a bug to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Environment (please complete the following information):**
- OS: [e.g. Windows 10, Windows Server 2019, Ubuntu 20.04]
- Service and/or client version(s) [e.g. 10.0.0]
- Any applicable service configuration
**Additional context**
Add any other context about the problem here. Attach supporting files if helpful with your repro, such as FactoryOrchestratorXML.

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

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for Factory Orchestrator
title: ''
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.