Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit982255d

Browse files
Convert "general extension" and "feature request" templates from markdown to yaml (microsoft#9158)
1 parenta28a456 commit982255d

File tree

4 files changed

+74
-62
lines changed

4 files changed

+74
-62
lines changed

‎.github/ISSUE_TEMPLATE/feature-request.md‎

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name:Feature Request
2+
description:Suggest an idea for the C/C++ extension.
3+
body:
4+
-type:markdown
5+
attributes:
6+
value:|
7+
### Is there an existing request for this feature?
8+
Prior to creating a new feature request, please review our [existing feature requests](https://github.com/microsoft/vscode-cpptools/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22) to avoid duplicates.
9+
-type:textarea
10+
attributes:
11+
label:Feature Request
12+
description:|
13+
Describe the feature you'd like.
14+
render:markdown
15+
validations:
16+
required:true

‎.github/ISSUE_TEMPLATE/general-extension.md‎

Lines changed: 0 additions & 45 deletions
This file was deleted.
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name:Bug Report - General Extension
2+
description:Create a bug report for downloading, installing, or building the extension.
3+
body:
4+
-type:markdown
5+
attributes:
6+
value:|
7+
### Is there an existing issue for this?
8+
Please search our [existing issues](https://github.com/microsoft/vscode-cpptools/issues) to see if an issue already exists for the bug you encountered.
9+
-type:textarea
10+
attributes:
11+
label:Environment
12+
description:|
13+
Please provide the information for the following:
14+
- OS and version
15+
- VS Code version
16+
- C/C++ extension version
17+
- OS and version of remote machine (if applicable)
18+
value:|
19+
- OS and version:
20+
- VS Code:
21+
- C/C++ extension:
22+
- OS and version of remote machine (if applicable):
23+
render:markdown
24+
validations:
25+
required:true
26+
-type:textarea
27+
attributes:
28+
label:Bug Summary and Steps to Reproduce
29+
description:|
30+
Please give a description of the issue you are encountering and what you expected to happen.
31+
32+
Include clear steps on how to reproduce the issue.
33+
value:|
34+
Bug Summary:
35+
36+
37+
Steps to reproduce:
38+
1. In this environment...
39+
2. With this config...
40+
3. Do '...'
41+
4. See error...
42+
validations:
43+
required:true
44+
-type:textarea
45+
attributes:
46+
label:Other Extensions
47+
description:If applicable, please list other extensions installed and if the issue persists after disabling other extensions.
48+
validations:
49+
required:false
50+
-type:textarea
51+
attributes:
52+
label:Additional Information
53+
description:|
54+
Optionally provide other information that will give us more context about the issue you are encountering.
55+
56+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
57+
validations:
58+
required:false

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp