Skip to content

Commit 9ab7dd5

Browse files
authored
Add GH template for blank issues
1 parent 023a610 commit 9ab7dd5

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.github/issue_template.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
(Describe your issue and goal here)
2+
3+
### Reproducible in:
4+
5+
```bash
6+
pip freeze | grep slack
7+
python --version
8+
sw_vers && uname -v # or `ver`
9+
```
10+
11+
#### The `slack_bolt` version
12+
13+
(Paste the output of `pip freeze | grep slack`)
14+
15+
#### Python runtime version
16+
17+
(Paste the output of `python --version`)
18+
19+
#### OS info
20+
21+
(Paste the output of `sw_vers && uname -v` on macOS/Linux or `ver` on Windows OS)
22+
23+
#### Steps to reproduce:
24+
25+
(Share the commands to run, source code, and project settings (e.g., setup.py))
26+
27+
1.
28+
2.
29+
3.
30+
31+
### Expected result:
32+
33+
(Tell what you expected to happen)
34+
35+
### Actual result:
36+
37+
(Tell what actually happened with logs, screenshots)
38+
39+
## Requirements
40+
41+
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 those rules.

0 commit comments

Comments
 (0)