This commit is contained in:
Vishwac Sena Kannan 2018-09-22 14:56:10 -07:00
Родитель b522052faf
Коммит 6828ac109d
3 изменённых файлов: 63 добавлений и 0 удалений

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

@ -0,0 +1,31 @@
---
name: "Bot Framework Emulator Bug"
about: Create a bug report for a bug you found in the Bot Framework Emulator
---
### [Github issues](https://github.com/Microsoft/botframework-emulator/issues) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions.
## Version
What version of the Emulator are you using.
## Describe the bug
Give 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
Give a clear and concise description of what you expected to happen.
## Screenshots
If applicable, add screenshots to help explain your problem.
## Additional context
Add any other context about the problem here.
[bug]

21
.github/ISSUE_TEMPLATE/feature-request.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,21 @@
---
name: "Bot Framework Emulator Feature request"
about: Suggest a feature for the Bot Framework Emulator
---
### Use this [query](https://github.com/Microsoft/botframework-emulator/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen++label%3Aenhancement) to search for the most popular feature requests.
**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.
[enhancement]

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

@ -0,0 +1,11 @@
---
name: "Bot Framework Emulator Question"
about: The issue tracker is not for questions. Please ask questions on https://stackoverflow.com/questions/tagged/botframework
---
🚨 The issue tracker is not for questions 🚨
If you have a question, please ask it on https://stackoverflow.com/questions/tagged/botframework
[question]