Skip to content

Improve github issue template #162

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 1 commit into from
Mar 9, 2019
Merged
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
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug Report
about: Report problems and unexpected behavior.
title: ''
labels: ''
labels: 'bug'
assignees: ''
---

Expand All @@ -12,7 +12,11 @@ assignees: ''
- `code-server` version: <!-- The version of code-server -->
- OS Version: <!-- OS version, cloud provider, -->

#### Steps to Reproduce
## Description

1.
2.
<!-- Describes the problem here -->

## Steps to Reproduce

1. <!-- step 1: click ... -->
1. <!-- step 2: ... -->
10 changes: 7 additions & 3 deletions .github/ISSUE_TEMPLATE/extension_bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ assignees: ''
- OS Version: <!-- OS version, cloud provider, -->
- Extension: <!-- Link to extension -->

#### Steps to Reproduce
## Description

1.
2.
<!-- Describes the problem here -->

## Steps to Reproduce

1. <!-- step 1: click ... -->
1. <!-- step 2: ... -->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature Request
about: Suggest an idea for this project.
title: ''
labels: ''
labels: 'feature'
assignees: ''
---

Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
name: Question
about: Ask a question.
title: ''
labels: ''
labels: 'question'
assignees: ''
---

<!-- Please search existing issues to avoid creating duplicates. -->

#### Description
## Description

<!-- A description of the the question. -->

#### Related Issues
## Related Issues

<!-- Any issues related to your question. -->