Skip to content

Commit 3b5a6a2

Browse files
committed
Tweak issue templates
1 parent d4a2949 commit 3b5a6a2

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/01_question.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Question
33
about: Submit a question about this SDK
4-
title: question
4+
title: (Set a clear title describing your question)
55
labels: 'question'
66
assignees: ''
77
---
@@ -48,6 +48,9 @@ sw_vers && uname -v # or `ver`
4848

4949
## Requirements (place an `x` in each of the `[ ]`)
5050

51+
(For general questions/issues about Slack API platfor or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. :bow:)
52+
53+
* [ ] This is a question specific to this SDK project.
5154
* [ ] I've read and understood the [Contributing guidelines](https://github.com/slackapi/bolt-python/blob/main/.github/contributing.md) and have done my best effort to follow them.
5255
* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).
5356
* [ ] I've searched for any related issues and avoided creating a duplicate issue [here](https://github.com/slackapi/bolt-python/issues).

.github/ISSUE_TEMPLATE/02_enhancement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Enhancement / Feature Request
33
about: Submit an enhancement/feature request
4-
title: enhancement
4+
title: (Set a clear title describing your idea)
55
labels: 'enhancement'
66
assignees: ''
77
---

.github/ISSUE_TEMPLATE/03_document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Document
33
about: Submit an issue on documents
4-
title: docs
4+
title: (Set a clear title describing your idea)
55
labels: 'docs'
66
assignees: ''
77
---

.github/ISSUE_TEMPLATE/04_bug.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug
3-
about: Report a bug
4-
title: Bug
3+
about: Report a Slack Python SDK bug
4+
title: (Set a clear title describing the issue)
55
labels: 'bug'
66
assignees: ''
77
---
@@ -48,6 +48,9 @@ sw_vers && uname -v # or `ver`
4848

4949
## Requirements (place an `x` in each of the `[ ]`)
5050

51+
(For general questions/issues about Slack API platfor or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. :bow:)
52+
53+
* [ ] This is a bug specific to this SDK project.
5154
* [ ] I've read and understood the [Contributing guidelines](https://github.com/slackapi/bolt-python/blob/main/.github/contributing.md) and have done my best effort to follow them.
5255
* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).
5356
* [ ] I've searched for any related issues and avoided creating a duplicate issue [here](https://github.com/slackapi/bolt-python/issues).

0 commit comments

Comments
 (0)