-
Notifications
You must be signed in to change notification settings - Fork 32
chore: use rendered issue templates #488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
zimeg
wants to merge
1
commit into
main
Choose a base branch
from
e
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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: