-
Notifications
You must be signed in to change notification settings - Fork 904
chore: add GitHub issue template #16342
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
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
3091c84
Create config.yaml
matifali c9a8e4c
Create 1-bug.yaml
matifali f1d23ab
Update config.yaml
matifali 5ff49eb
Remove markdown render from bug template
matifali 27a49a1
Fix typo in ISSUE_TEMPLATE config.yaml
matifali f0c6e90
Remove trailing whitespace in config.yaml
matifali fae6766
Update config.yaml
matifali 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,78 @@ | ||
name: "🐞 Bug" | ||
description: "File a bug report." | ||
title: "<title>" | ||
labels: ["needs-triage"] | ||
body: | ||
- type: checkboxes | ||
id: existing_issues | ||
attributes: | ||
label: "Is there an existing issue for this?" | ||
description: "Please search to see if an issue already exists for the bug you encountered." | ||
options: | ||
- label: "I have searched the existing issues" | ||
required: true | ||
|
||
- type: textarea | ||
id: issue | ||
attributes: | ||
label: "Current Behavior" | ||
description: "A concise description of what you're experiencing." | ||
placeholder: "Tell us what you see!" | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: "Relevant Log Output" | ||
description: "Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks." | ||
render: shell | ||
|
||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: "Expected Behavior" | ||
description: "A concise description of what you expected to happen." | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: steps_to_reproduce | ||
attributes: | ||
label: "Steps to Reproduce" | ||
description: "Provide step-by-step instructions to reproduce the issue." | ||
placeholder: | | ||
1. First step | ||
2. Second step | ||
3. Another step | ||
4. Issue occurs | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: "Environment" | ||
description: | | ||
Provide details about your environment: | ||
- **Host OS**: (e.g., Ubuntu 24.04, Debian 12) | ||
- **Coder Version**: (e.g., v2.18.4) | ||
placeholder: | | ||
Run `coder version` to get Coder version | ||
value: | | ||
- Host OS: | ||
- Coder version: | ||
validations: | ||
required: false | ||
|
||
- type: dropdown | ||
id: additional_info | ||
attributes: | ||
label: "Additional Context" | ||
description: "Select any applicable options:" | ||
multiple: true | ||
options: | ||
- "The issue occurs consistently" | ||
- "The issue is new (previously worked fine)" | ||
- "The issue happens on multiple deployments" | ||
- "I have tested this on the latest version" |
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,10 @@ | ||
contact_links: | ||
- name: Questions, suggestion or feature requests? | ||
url: https://github.com/coder/coder/discussions/new/choose | ||
about: Our preferred starting point if you have any questions or suggestions about configuration, features or unexpected behavior. | ||
- name: Coder Docs | ||
url: https://coder.com/docs | ||
about: Check our docs. | ||
- name: Coder Discord Community | ||
url: https://discord.gg/coder | ||
about: Get in touch with the Coder developers and community for support. |
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.
Uh oh!
There was an error while loading. Please reload this page.