diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 97b57aaa2dd..4f827180d95 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -13,6 +13,10 @@ read the guidelines for submitting STL bug reports in `README.md`. If you are having problems with any component that is not the STL, instructions to get to the right place are there. +Even if your project is using an older version of the MSVC Build Tools, please +check the Latest production release (or better yet, the Preview release) before +reporting bugs. This will save time by avoiding reports of already-fixed bugs. + # Command-line test case ``` C:\Temp>type repro.cpp diff --git a/.github/ISSUE_TEMPLATE/cxx23-feature.md b/.github/ISSUE_TEMPLATE/cxx23-feature.md deleted file mode 100644 index 2d9002a3134..00000000000 --- a/.github/ISSUE_TEMPLATE/cxx23-feature.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: cxx23 Feature -about: For STL maintainers only -title: PAPER_NUMBER PAPER_TITLE -labels: cxx23 -assignees: '' - ---- - -**NOTE** -This issue template is for STL maintainers only. -Please use the Bug Report template instead. - - -[PAPER_NUMBER](https://wg21.link/PAPER_NUMBER) PAPER_TITLE - -Note: If this link appears to be broken, don't worry! Papers are often -revised during a WG21 meeting before the final vote. When that happens, -there's a delay of a few weeks between the end of the meeting -and the publication of the papers. When the papers are available, -the https://wg21.link redirector will start working. - -Feature-test macro: -```cpp -#define MACRO_NAME MACRO_VALUE -``` diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 411e82a94bb..bead761b0fe 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,19 @@ -