X Tutup
Skip to content

Commit e23d122

Browse files
committed
Update the files under .github
1 parent 503eaa1 commit e23d122

File tree

6 files changed

+48
-48
lines changed

6 files changed

+48
-48
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,47 @@ labels: 'bug'
66
assignees: ''
77
---
88

9-
### Bug Report
9+
## Bug Report
1010

11-
Filling out the following details about bugs will help us solve your issue sooner.
11+
(Filling out the following details about bugs will help us solve your issue sooner.)
1212

13-
#### Reproducible in:
14-
15-
* `slack_bolt` version: (paste the output of `pip freeze | grep slack`)
16-
* Python runtime version: (paste the output of `python --version`)
17-
* OS info: (paste the output of `sw_vers && uname -v` on macOS/Linux or `ver` on Windows OS)
13+
### Reproducible in:
1814

1915
```bash
2016
pip freeze | grep slack
2117
python --version
2218
sw_vers && uname -v # or `ver`
2319
```
2420

21+
#### The `slack_bolt` version
22+
23+
(Paste the output of `pip freeze \| grep slack`)
24+
25+
#### Python runtime version
26+
27+
(Paste the output of `python --version`)
28+
29+
#### OS info
30+
31+
(Paste the output of `sw_vers && uname -v` on macOS/Linux or `ver` on Windows OS)
32+
2533
#### Steps to reproduce:
2634

35+
(Share the commands to run, source code, and project settings (e.g., setup.py))
36+
2737
1.
2838
2.
2939
3.
3040

31-
Also, please share the commands to run, source code, and project settings (e.g., setup.py).
32-
33-
#### Expected result:
41+
### Expected result:
3442

3543
(Tell what you expected to happen)
3644

37-
#### Actual result:
45+
### Actual result:
3846

3947
(Tell what actually happened with logs, screenshots)
4048

41-
### Requirements (place an `x` in each of the `[ ]`)
49+
## Requirements (place an `x` in each of the `[ ]`)
4250

4351
* [ ] 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.
4452
* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).

.github/ISSUE_TEMPLATE/document.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ labels: 'docs'
66
assignees: ''
77
---
88

9-
### Description
9+
## Description
1010

1111
(Describe your issue and goal here)
1212

13-
#### The page URLs
13+
### The page URLs
1414

1515
* https://slack.dev/bolt-python/
1616

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

1919
* [ ] 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.
2020
* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).

.github/ISSUE_TEMPLATE/enhancement.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ labels: 'enhancement'
66
assignees: ''
77
---
88

9-
### Description
9+
## Description
1010

1111
(Describe your issue and goal here)
1212

13-
#### Category (place an `x` in each of the `[ ]`)
13+
### Category (place an `x` in each of the `[ ]`)
1414

1515
* [ ] `slack_bolt.App` and/or its core components
1616
* [ ] `slack_bolt.async_app.AsyncApp` and/or its core components
1717
* [ ] Adapters in `slack_bolt.adapter`
1818

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

2121
* [ ] 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.
2222
* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).

.github/ISSUE_TEMPLATE/question.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,47 @@ labels: 'question'
66
assignees: ''
77
---
88

9-
### Description
9+
## Description
1010

1111
(Describe your issue and goal here)
1212

13-
#### Reproducible in:
14-
15-
* `slack_bolt` version: (paste the output of `pip freeze | grep slack`)
16-
* Python runtime version: (paste the output of `python --version`)
17-
* OS info: (paste the output of `sw_vers && uname -v` on macOS/Linux or `ver` on Windows OS)
13+
### Reproducible in:
1814

1915
```bash
2016
pip freeze | grep slack
2117
python --version
2218
sw_vers && uname -v # or `ver`
2319
```
2420

21+
#### The `slack_bolt` version
22+
23+
(Paste the output of `pip freeze \| grep slack`)
24+
25+
#### Python runtime version
26+
27+
(Paste the output of `python --version`)
28+
29+
#### OS info
30+
31+
(Paste the output of `sw_vers && uname -v` on macOS/Linux or `ver` on Windows OS)
32+
2533
#### Steps to reproduce:
2634

35+
(Share the commands to run, source code, and project settings (e.g., setup.py))
36+
2737
1.
2838
2.
2939
3.
3040

31-
Also, please share the commands to run, source code, and project settings (e.g., setup.py).
32-
33-
#### Expected result:
41+
### Expected result:
3442

3543
(Tell what you expected to happen)
3644

37-
#### Actual result:
45+
### Actual result:
3846

3947
(Tell what actually happened with logs, screenshots)
4048

41-
### Requirements (place an `x` in each of the `[ ]`)
49+
## Requirements (place an `x` in each of the `[ ]`)
4250

4351
* [ ] 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.
4452
* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).

.github/PULL_REQUEST_TEMPLATE/docs.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/code_change.md renamed to .github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ labels: ''
66
assignees: ''
77
---
88

9-
### Summary
9+
## Summary
1010

1111
(Describe the goal of this PR. Mention any related Issue numbers)
1212

13-
#### Category (place an `x` in each of the `[ ]`)
13+
### Category (place an `x` in each of the `[ ]`)
1414

1515
* [ ] `slack_bolt.App` and/or its core components
1616
* [ ] `slack_bolt.async_app.AsyncApp` and/or its core components
1717
* [ ] Adapters in `slack_bolt.adapter`
1818

19-
### Requirements (place an `x` in each `[ ]`)
19+
## Requirements (place an `x` in each `[ ]`)
2020

2121
* [ ] 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.
2222
* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).

0 commit comments

Comments
 (0)
X Tutup