Skip to content

Commit 8e73a55

Browse files
committed
docs: update instructions on where to ask questions
1 parent 76c6ba0 commit 8e73a55

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ assignees: ''
77

88
---
99

10+
Remember, an issue is not the place to ask questions. If you have issues with the APIs or have a question about the Watson services, see [Stack Overflow](https://stackoverflow.com/questions/tagged/ibm-watson+ruby).
11+
12+
Before you open an issue, please check if a similar issue already exists or has been closed before.
13+
1014
**Service Status**
1115
Please review the following:
1216

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ assignees: ''
77

88
---
99

10+
Remember, an issue is not the place to ask questions. If you have issues with the APIs or have a question about the Watson services, see [Stack Overflow](https://stackoverflow.com/questions/tagged/ibm-watson+ruby).
11+
12+
Before you open an issue, please check if a similar issue already exists or has been closed before.
13+
1014
**Is your feature request related to a problem? Please describe.**
1115
A clear and concise description of what the problem is.
1216

CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Questions
22

3-
If you are having problems using the APIs or have a question about the IBM
4-
Watson Services, please ask a question on
5-
[dW Answers](https://developer.ibm.com/answers/questions/ask/?topics=watson)
6-
or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-watson).
3+
If you have issues with the APIs or have a question about the Watson services, see [Stack Overflow](https://stackoverflow.com/questions/tagged/ibm-watson+ruby).
74

85
# Code
96

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,10 @@ assistant = IBMWatson::AssistantV1.new(
390390

391391
```
392392

393+
## Questions
394+
395+
If you have issues with the APIs or have a question about the Watson services, see [Stack Overflow](https://stackoverflow.com/questions/tagged/ibm-watson+ruby).
396+
393397
## Ruby version
394398

395399
Tested on:

0 commit comments

Comments
 (0)