diff options
author | fanquake <fanquake@gmail.com> | 2023-01-05 19:52:33 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-01-12 13:42:44 +0000 |
commit | 672f7ad747ecc6e04472f96fa88332be1f39d39b (patch) | |
tree | c68c5f09592c4f219d2fbfb7faf07a0dbc1b1292 /.github/ISSUE_TEMPLATE | |
parent | edc3d1b296e34838d649dc21b8483a52e214932a (diff) |
doc: remove usages of C++11
Now it's just the standard library.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/good_first_issue.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/good_first_issue.md b/.github/ISSUE_TEMPLATE/good_first_issue.md index d32e22d360..ff943032ba 100644 --- a/.github/ISSUE_TEMPLATE/good_first_issue.md +++ b/.github/ISSUE_TEMPLATE/good_first_issue.md @@ -15,7 +15,7 @@ assignees: '' #### Useful skills: -<!-- (For example, “C++11 std::thread”, “Qt5 GUI and async GUI design” or “basic understanding of Bitcoin mining and the Bitcoin Core RPC interface”.) --> +<!-- (For example, “std::thread”, “Qt5 GUI and async GUI design” or “basic understanding of Bitcoin mining and the Bitcoin Core RPC interface”.) --> #### Want to work on this issue? |