Skip to content

Commit 592ef4a

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#3896 from MicrosoftDocs/main637880600073781019
Repo sync for protected CLA branch
2 parents a559843 + b7860ab commit 592ef4a

8 files changed

+184
-134
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
name: 'New C++ 2017 STL library documentation topic '
2+
name: 'New C++ 2017 STL library documentation topic'
33
about: Create a C++ 2017 doc tracking work item
44
title: ''
55
labels: C++17, STL doc work
66
assignees: ''
7-
87
---
8+
{Use this template to request **new** documentation to cover a feature area in the ISO C++17 standard library. Replace this text in curly braces with a description of the feature area to cover. Include a link to the proposal paper that introduced the issue (for example, `[N4086 Removing Trigraphs??!](https://wg21.link/n4086)`), or cite the chapter and section number or \[short.name] in the C++ standard that describes the feature. Add the Visual Studio version that first implements this feature. If you don't know or don't have these values, then this issue template probably isn't the right one to use.
9+
10+
If documentation already exists on docs.microsoft.com for this feature area, and you're requesting an update, bug fix, or clarification, don't use this template. Go to the article on docs.microsoft.com and use the **This page** button in the **Feedback** section at the bottom of the document to create a GitHub issue. Include a citation for the ISO standard feature area in your description.}
911

10-
ISO paper for this feature: [PaperID]()
11-
First implemented in: VS 20YY major.minor
12+
ISO paper or location in the standard for this feature: {insert link or section here}
13+
First implemented in: {VS 20YY major.minor}
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
name: 'New C++ 2020 STL library documentation topic '
2+
name: 'New C++ 2020 STL library documentation topic'
33
about: Create a C++ 2020 doc tracking work item
44
title: ''
55
labels: C++20, STL doc work
66
assignees: ''
7-
87
---
8+
{Use this template to request **new** documentation to cover a feature area in the ISO C++20 standard library. Replace this text in curly braces with a description of the feature area to cover. Include a link to the proposal paper that introduced the issue (for example, `[N4086 Removing Trigraphs??!](https://wg21.link/n4086)`), or cite the chapter and section number or \[short.name] in the C++ standard that describes the feature. Add the Visual Studio version that first implements this feature. If you don't know or don't have these values, then this issue template probably isn't the right one to use.
9+
10+
If documentation already exists on docs.microsoft.com for this feature area, and you're requesting an update, bug fix, or clarification, don't use this template. Go to the article on docs.microsoft.com and use the **This page** button in the **Feedback** section at the bottom of the document to create a GitHub issue. Include a citation for the ISO standard feature area in your description.}
911

10-
ISO paper for this feature: [PaperID]()
11-
First implemented in: VS 20YY major.minor
12+
ISO paper or location in the standard for this feature: {insert link or section here}
13+
First implemented in: {VS 20YY major.minor}
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
name: New C++ 2023 STL library documentation topic
2+
name: 'New C++ 2023 STL library documentation topic'
33
about: Create an issue to track C++ 2023 STL doc work
44
title: ''
5-
labels: C++23
5+
labels: C++23, STL doc work
66
assignees: ''
7-
87
---
8+
{Use this template to request **new** documentation to cover a feature area proposed for the ISO C++23 standard library. Replace this text in curly braces with a description of the feature area to cover. Include a link to the proposal paper that introduced the issue (for example, `[N4086 Removing Trigraphs??!](https://wg21.link/n4086)`), or cite the chapter and section number or \[short.name] in the C++ standard that describes the feature. Add the Visual Studio version that first implements this feature. If you don't know or don't have these values, then this issue template probably isn't the right one to use.
9+
10+
If documentation already exists on docs.microsoft.com for this feature area, and you're requesting an update, bug fix, or clarification, don't use this template. Go to the article on docs.microsoft.com and use the **This page** button in the **Feedback** section at the bottom of the document to create a GitHub issue. Include a citation for the ISO standard feature area in your description.}
911

10-
ISO paper for this feature: [PaperID](http link to iso paper)
11-
First implemented in: VS 20YY major.minor
12+
ISO paper or location in the standard for this feature: {insert link or section here}
13+
First implemented in: {VS 20YY major.minor}
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
name: 'New C++ STL library documentation topic '
2+
name: 'New C++ STL library documentation topic'
33
about: Create a C++ doc tracking work item
44
title: ''
55
labels: STL doc work
66
assignees: ''
7-
87
---
8+
{Use this template to request **new** documentation to cover a feature area in the ISO C++ standard library. Replace this text in curly braces with a description of the feature area to cover. Include a link to the tracking issue or PR in the [Microsoft/STL](https://github.com/microsoft/STL/pulls) repo that implements the feature area. If relevant, include a link to the proposal paper that introduced the issue (for example, `[N4086 Removing Trigraphs??!](https://wg21.link/n4086)`), or cite the chapter and section number or \[short.name] in the C++ standard that describes the feature. Add the Visual Studio version that first implements this feature. If you don't know or don't have these values, then this issue template probably isn't the right one to use.
9+
10+
If documentation already exists on docs.microsoft.com for this feature area, and you're requesting an update, bug fix, or clarification, don't use this template. Go to the article on docs.microsoft.com and use the **This page** button in the **Feedback** section at the bottom of the document to create a GitHub issue. If possible, include a citation for the ISO standard feature area in your description.}
911

10-
ISO paper for this feature: [PaperID]()
11-
First implemented in: VS YYYY major.minor
12+
[Microsoft/STL](https://github.com/microsoft/STL/pulls) PR, ISO paper or location in the standard for this feature: {insert link or section here}
13+
First implemented in: {VS 20YY major.minor}

0 commit comments

Comments
 (0)