Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Update issue templates #557

Merged
merged 3 commits into from
Feb 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bf-cli-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: BF CLI Bug Report
about: Create a bug report for a bug you found in the Bot Framework CLI
title: ''
labels: ''
assignees: ''

---

## Versions
What CLI version are you using.
What Nodejs version are you using
What command-line interpreters are you using
What OS 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]
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bf-cli-feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: BF CLI Feature request
about: Suggest a feature for the Bot Framework CLI
title: ''
labels: ''
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.

[enhancement]
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/bf-cli-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: BF CLI Question
about: The issue tracker is not for questions. Please ask questions on https://stackoverflow.com/questions/tagged/botframework
title: ''
labels: ''
assignees: ''

---

🚨 The issue tracker is not for questions 🚨

If you have a question, please ask it on https://stackoverflow.com/questions/tagged/botframework

[question]