Skip to content

Commit 58bf832

Browse files
authored
docs(fix): specify pythonic commands in issue templates (#28)
1 parent 0a380ec commit 58bf832

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: '[BUG] <title>'
66

77
<!-- If you find a bug, please search for it in the [Issues](https://github.com/slackapi/python-slack-hooks/issues), and if it isn't already tracked then create a new issue -->
88

9-
**The `deno-slack` versions**
9+
**The `slack_cli_hooks` versions**
1010

1111
<!-- Paste the output of `pip freeze | grep slack` -->
1212

.github/ISSUE_TEMPLATE/question.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ label: question
1717

1818
**Environment**
1919

20-
<!-- Paste the output of `cat import_map.json | grep deno-slack` -->
21-
<!-- Paste the output of `deno --version` -->
20+
<!-- Paste the output of `pip freeze | grep slack` -->
21+
<!-- Paste the output of `python --version` -->
2222
<!-- Paste the output of `sw_vers && uname -v` on macOS/Linux or `ver` on Windows OS -->
2323

2424
**Requirements**

0 commit comments

Comments
 (0)