This commit is contained in:
Stephan T. Lavavej 2020-04-10 19:10:32 -07:00 коммит произвёл GitHub
Родитель bda4230d58
Коммит a0fffa1076
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 34 добавлений и 1 удалений

2
.github/ISSUE_TEMPLATE/cxx20-feature.md поставляемый
Просмотреть файл

@ -9,7 +9,7 @@ assignees: ''
**NOTE**
This issue template is for STL maintainers only.
Please use the Bug Report issue template instead.
Please use the Bug Report template instead.
[PAPER_NUMBER](https://wg21.link/PAPER_NUMBER) PAPER_TITLE

33
.github/ISSUE_TEMPLATE/question.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,33 @@
---
name: Question
about: Ask a question about this STL implementation
title: ""
labels: question
assignees: ''
---
Instructions
============
Here, you can ask a question about this STL implementation, and a maintainer
will answer. Please read the examples below, then delete all of this text and
replace it with your question. If you aren't sure whether a question is
on-topic, just go ahead and ask it! :-)
On-Topic Examples
-----------------
* What is this code in the STL doing? You can link to the relevant code:
https://help.github.com/en/github/managing-your-work-on-github/creating-a-permanent-link-to-a-code-snippet
* What are the preferred conventions for writing something?
* What are the maintainers planning to do in the future?
* Would the maintainers be interested in specific enhancements?
Off-Topic Examples
------------------
* Questions about non-STL components, such as the compiler, the CRT,
the Windows API, the Visual Studio IDE, etc.
* Questions about how to use the STL or C++ in general. For such questions,
consider https://stackoverflow.com or https://www.reddit.com/r/cpp_questions/ .
* Questions about whether you've encountered a bug in the STL. Instead of this
Question template, please use the Bug Report template, because we'll need
a command-line test case and the other information requested there.