Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/00-question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: CLI Question
description: Submit a question about the Slack CLI
labels: ["untriaged"]
body:
- type: markdown
attributes:
value: |
Have a question about using the Slack CLI? We're here to help!

- type: textarea
id: question
attributes:
label: Question
description: Describe your question in detail
validations:
required: true

- type: input
id: cli-version
attributes:
label: CLI Version
description: Run `slack --version`
placeholder: e.g., slack-cli/2.35.0

- type: input
id: os
attributes:
label: Operating System
description: |
macOS/Linux: `sw_vers && uname -v` or Windows: `ver`
placeholder: e.g., macOS 14.0, Ubuntu 22.04, Windows 11

- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Share commands, source code, and project settings
placeholder: |
1. Run `slack ...`
2. ...
3. ...

- type: textarea
id: expected
attributes:
label: Expected Result
description: What did you expect to happen?

- type: textarea
id: actual
attributes:
label: Actual Result
description: What actually happened? Include logs, screenshots, or error messages.

- type: markdown
attributes:
value: |
---
For general questions about the Slack API platform, please [contact Slack support](https://slack.com/help/requests/new).

By submitting this issue, you agree to follow our [Contributing Guidelines](https://github.com/slackapi/slack-cli/blob/main/.github/CONTRIBUTING.md) and [Code of Conduct](https://slackhq.github.io/code-of-conduct).
71 changes: 71 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
name: CLI Bug
description: Report a CLI bug
labels: ["untriaged"]
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to fill out this bug report!

- type: input
id: cli-version
attributes:
label: CLI Version
description: Run `slack --version`
placeholder: e.g., slack-cli/2.35.0
validations:
required: true

- type: input
id: os
attributes:
label: Operating System
description: |
macOS/Linux: `sw_vers && uname -v` or Windows: `ver`
placeholder: e.g., macOS 14.0, Ubuntu 22.04, Windows 11
validations:
required: true

- type: textarea
id: description
attributes:
label: Description
description: Describe the bug in detail
validations:
required: true

- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Share commands, source code, and project settings
placeholder: |
1. Run `slack ...`
2. ...
3. See error...
validations:
required: true

- type: textarea
id: expected
attributes:
label: Expected Result
description: What did you expect to happen?
validations:
required: true

- type: textarea
id: actual
attributes:
label: Actual Result
description: What actually happened? Include logs, screenshots, or error messages.
validations:
required: true

- type: markdown
attributes:
value: |
---
For general questions about the Slack API platform, please [contact Slack support](https://slack.com/help/requests/new).

By submitting this issue, you agree to follow our [Contributing Guidelines](https://github.com/slackapi/slack-cli/blob/main/.github/CONTRIBUTING.md) and [Code of Conduct](https://slackhq.github.io/code-of-conduct).
53 changes: 0 additions & 53 deletions .github/ISSUE_TEMPLATE/01_question.md
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 note: The order of issue templates was adjusted to be:

  1. Question
  2. Bug
  3. Feature request
  4. Documentation

This file was deleted.

30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/02-feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: CLI Enhancement / Feature Request
description: Submit an enhancement or feature request
labels: ["untriaged"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting an improvement!

- type: textarea
id: description
attributes:
label: Description
description: Describe the enhancement or feature you'd like
placeholder: |
Tell us about your idea! What would you like to see, and how would it help?
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Have you considered any alternative solutions or workarounds?

- type: markdown
attributes:
value: |
---
By submitting this issue, you agree to follow our [Contributing Guidelines](https://github.com/slackapi/slack-cli/blob/main/.github/CONTRIBUTING.md) and [Code of Conduct](https://slackhq.github.io/code-of-conduct).
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/02_enhancement.md

This file was deleted.

29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/03-documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: CLI Documentation
description: Submit an issue about documentation
labels: ["untriaged", "docs"]
body:
- type: markdown
attributes:
value: |
Found an issue with the documentation? Let us know!

- type: textarea
id: description
attributes:
label: Description
description: Describe the documentation issue or improvement
validations:
required: true

- type: input
id: url
attributes:
label: Relevant URL
description: Link to the documentation page (if applicable)
placeholder: e.g., https://docs.slack.dev/tools/slack-cli/

- type: markdown
attributes:
value: |
---
By submitting this issue, you agree to follow our [Contributing Guidelines](https://github.com/slackapi/slack-cli/blob/main/.github/CONTRIBUTING.md) and [Code of Conduct](https://slackhq.github.io/code-of-conduct).
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/03_documentation.md

This file was deleted.

53 changes: 0 additions & 53 deletions .github/ISSUE_TEMPLATE/04_bug.md

This file was deleted.

7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: Slack Platform Customer Support
url: https://slack.com/help/requests/new
about: |
This issue tracker is for bugs, feature requests, and questions about the Slack CLI.
If you have a general question about the Slack platform, please contact our support team via /feedback in your Slack workspace or the help page linked here.
18 changes: 0 additions & 18 deletions .github/issue_template.md

This file was deleted.

Loading