Skip to content
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
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
name: 'New C++ 2017 STL library documentation topic '
name: 'New C++ 2017 STL library documentation topic'
about: Create a C++ 2017 doc tracking work item
title: ''
labels: C++17, STL doc work
assignees: ''

---
{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.

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.}

ISO paper for this feature: [PaperID]()
First implemented in: VS 20YY major.minor
ISO paper or location in the standard for this feature: {insert link or section here}
First implemented in: {VS 20YY major.minor}
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
name: 'New C++ 2020 STL library documentation topic '
name: 'New C++ 2020 STL library documentation topic'
about: Create a C++ 2020 doc tracking work item
title: ''
labels: C++20, STL doc work
assignees: ''

---
{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.

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.}

ISO paper for this feature: [PaperID]()
First implemented in: VS 20YY major.minor
ISO paper or location in the standard for this feature: {insert link or section here}
First implemented in: {VS 20YY major.minor}
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
name: New C++ 2023 STL library documentation topic
name: 'New C++ 2023 STL library documentation topic'
about: Create an issue to track C++ 2023 STL doc work
title: ''
labels: C++23
labels: C++23, STL doc work
assignees: ''

---
{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.

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.}

ISO paper for this feature: [PaperID](http link to iso paper)
First implemented in: VS 20YY major.minor
ISO paper or location in the standard for this feature: {insert link or section here}
First implemented in: {VS 20YY major.minor}
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE/new-c---stl-library-doc-topic-.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
name: 'New C++ STL library documentation topic '
name: 'New C++ STL library documentation topic'
about: Create a C++ doc tracking work item
title: ''
labels: STL doc work
assignees: ''

---
{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.

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.}

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