Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 3f37105

Browse files
authored
Merge pull request #786 from microsoft/gabog/UpdateIssueLabels
Updated feature and bug templates to use new labels
2 parents a5c2c1f + c62fbd8 commit 3f37105

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/java-sdk-bug-report.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
---
22
name: Java SDK Bug Report
33
about: Create a bug report for a bug you found in the Bot Builder Java SDK
4-
4+
title: ""
5+
labels: "needs-triage, bug"
6+
assignees: ""
57
---
68

9+
### [Github issues](https://github.com/microsoft/botbuilder-java/issues) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions.
10+
711
## Version
812
What package version of the SDK are you using.
913

@@ -25,5 +29,3 @@ If applicable, add screenshots to help explain your problem.
2529

2630
## Additional context
2731
Add any other context about the problem here.
28-
29-
[bug]

.github/ISSUE_TEMPLATE/java-sdk-feature-request.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
---
22
name: Java SDK Feature Request
33
about: 'Suggest a feature for the Bot Builder Java SDK '
4-
4+
title: ""
5+
labels: "needs-triage, feature-request"
6+
assignees: ""
57
---
68

9+
### Use this [query](https://github.com/microsoft/botbuilder-java/issues?q=is%3Aissue+is%3Aopen++label%3Afeature-request+) to search for the most popular feature requests.
10+
711
**Is your feature request related to a problem? Please describe.**
812
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
913

@@ -15,5 +19,3 @@ A clear and concise description of any alternative solutions or features you've
1519

1620
**Additional context**
1721
Add any other context or screenshots about the feature request here.
18-
19-
[enhancement]

0 commit comments

Comments
 (0)