Skip to content

Commit 9be22a0

Browse files
authored
Merge pull request #524 from watson-developer-cloud/mamoonraja-patch-1
chore: update issue templates
2 parents b75a19c + 667d4bc commit 9be22a0

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Remember, an issue is not the place to ask questions. You can use [Stack Overflow](http://stackoverflow.com/questions/tagged/ibm-watson) for that, or you may want to start a discussion on the [dW Answers](https://developer.ibm.com/answers/questions/ask/?topics=watson).
11+
12+
Before you open an issue, please check if a similar issue already exists or has been closed before.
13+
14+
**Check service status**
15+
16+
1. For service issues or 5xx errors, first, go to https://console.bluemix.net/status?tags=platform,runtimes,services&view=n:i and check the status of the service.
17+
1. If the service status is OK, continue with a bug report.
18+
19+
---
20+
21+
**Overview**
22+
_What is the issue? Be concise and clear._
23+
24+
**Expected behavior**
25+
_What did you expect to happen?_
26+
27+
**Actual behavior**
28+
_What actually happened?_
29+
30+
**How to reproduce**
31+
_Help us to reproduce what you experienced. Include your code snippets (without credentials)_
32+
33+
**Screenshots**
34+
_If applicable, add screenshots to help explain your problem._
35+
36+
**SDK Version**
37+
_Please provide the SDK version here._
38+
39+
**Additional information:**
40+
- OS: _for example, iOS_
41+
- Which version of `Node/Ruby/Python/...` are you using?
42+
43+
**Additional context**
44+
_Add any other details about the problem._
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Remember, an issue is not the place to ask questions. You can use [Stack Overflow](http://stackoverflow.com/questions/tagged/ibm-watson) for that, or you may want to start a discussion on the [dW Answers](https://developer.ibm.com/answers/questions/ask/?topics=watson).
11+
12+
Before you open an issue, please check if a similar issue already exists or has been closed before.
13+
14+
### When you open an issue for a feature request, please add as much detail as possible:
15+
16+
- [ ] A descriptive title starting with the service name
17+
- [ ] A description of the problem you're trying to solve
18+
- [ ] A suggested solution if possible

0 commit comments

Comments
 (0)