Skip to content

Commit ed26ea0

Browse files
committed
Update .github template files
1 parent 933654c commit ed26ea0

File tree

5 files changed

+14
-34
lines changed

5 files changed

+14
-34
lines changed

.github/ISSUE_TEMPLATE/01_question.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
name: Question
33
about: Submit a question about this SDK
44
title: (Set a clear title describing your question)
5-
labels: 'question'
5+
labels: 'untriaged'
66
assignees: ''
77
---
88

9-
## Description
10-
119
(Describe your issue and goal here)
1210

1311
### Reproducible in:
@@ -46,11 +44,6 @@ sw_vers && uname -v # or `ver`
4644

4745
(Tell what actually happened with logs, screenshots)
4846

49-
## Requirements (place an `x` in each of the `[ ]`)
50-
51-
(For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. :bow:)
47+
## Requirements
5248

53-
* [ ] This is a question specific to this SDK project.
54-
* [ ] 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.
55-
* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).
56-
* [ ] I've searched for any related issues and avoided creating a duplicate issue [here](https://github.com/slackapi/bolt-python/issues).
49+
Please read the [Contributing guidelines](https://github.com/slackapi/bolt-python/blob/main/.github/contributing.md) and [Code of Conduct](https://slackhq.github.io/code-of-conduct) before creating this issue or pull request. By submitting, you are agreeing to the those rules.

.github/ISSUE_TEMPLATE/02_enhancement.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
name: Enhancement / Feature Request
33
about: Submit an enhancement/feature request
44
title: (Set a clear title describing your idea)
5-
labels: 'enhancement'
5+
labels: 'untriaged'
66
assignees: ''
77
---
88

9-
## Description
10-
119
(Describe your issue and goal here)
1210

1311
### Category (place an `x` in each of the `[ ]`)
@@ -16,8 +14,6 @@ assignees: ''
1614
* [ ] **slack_bolt.async_app.AsyncApp** and/or its core components
1715
* [ ] Adapters in **slack_bolt.adapter**
1816

19-
## Requirements (place an `x` in each of the `[ ]`)
17+
## Requirements
2018

21-
* [ ] 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.
22-
* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).
23-
* [ ] I've searched for any related issues and avoided creating a duplicate issue [here](https://github.com/slackapi/bolt-python/issues).
19+
Please read the [Contributing guidelines](https://github.com/slackapi/bolt-python/blob/main/.github/contributing.md) and [Code of Conduct](https://slackhq.github.io/code-of-conduct) before creating this issue or pull request. By submitting, you are agreeing to the those rules.

.github/ISSUE_TEMPLATE/03_document.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
name: Document
33
about: Submit an issue on documents
44
title: (Set a clear title describing your idea)
5-
labels: 'docs'
5+
labels: 'untriaged'
66
assignees: ''
77
---
88

9-
## Description
10-
119
(Describe your issue and goal here)
1210

1311
### The page URLs
1412

1513
* https://slack.dev/bolt-python/
1614

17-
## Requirements (place an `x` in each of the `[ ]`)
15+
## Requirements
1816

19-
* [ ] 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.
20-
* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).
21-
* [ ] I've searched for any related issues and avoided creating a duplicate issue [here](https://github.com/slackapi/bolt-python/issues).
17+
Please read the [Contributing guidelines](https://github.com/slackapi/bolt-python/blob/main/.github/contributing.md) and [Code of Conduct](https://slackhq.github.io/code-of-conduct) before creating this issue or pull request. By submitting, you are agreeing to the those rules.

.github/ISSUE_TEMPLATE/04_bug.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
name: Bug
33
about: Report the SDK bug
44
title: (Set a clear title describing the issue)
5-
labels: 'bug'
5+
labels: 'untriaged'
66
assignees: ''
77
---
88

9-
## Bug Report
10-
119
(Filling out the following details about bugs will help us solve your issue sooner.)
1210

1311
### Reproducible in:
@@ -46,11 +44,6 @@ sw_vers && uname -v # or `ver`
4644

4745
(Tell what actually happened with logs, screenshots)
4846

49-
## Requirements (place an `x` in each of the `[ ]`)
50-
51-
(For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. :bow:)
47+
## Requirements
5248

53-
* [ ] This is a bug specific to this SDK project.
54-
* [ ] 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.
55-
* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).
56-
* [ ] I've searched for any related issues and avoided creating a duplicate issue [here](https://github.com/slackapi/bolt-python/issues).
49+
Please read the [Contributing guidelines](https://github.com/slackapi/bolt-python/blob/main/.github/contributing.md) and [Code of Conduct](https://slackhq.github.io/code-of-conduct) before creating this issue or pull request. By submitting, you are agreeing to the those rules.

.github/pull_request_template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
## Requirements (place an `x` in each `[ ]`)
1212

13+
Please read the [Contributing guidelines](https://github.com/slackapi/bolt-python/blob/main/.github/contributing.md) and [Code of Conduct](https://slackhq.github.io/code-of-conduct) before creating this issue or pull request. By submitting, you are agreeing to the those rules.
14+
1315
* [ ] 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.
1416
* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).
1517
* [ ] I've run `./scripts/run_tests.sh` after making the changes.

0 commit comments

Comments
 (0)