aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-01-05 19:52:33 +0000
committerfanquake <fanquake@gmail.com>2023-01-12 13:42:44 +0000
commit672f7ad747ecc6e04472f96fa88332be1f39d39b (patch)
treec68c5f09592c4f219d2fbfb7faf07a0dbc1b1292 /.github
parentedc3d1b296e34838d649dc21b8483a52e214932a (diff)
downloadbitcoin-672f7ad747ecc6e04472f96fa88332be1f39d39b.tar.xz
doc: remove usages of C++11
Now it's just the standard library.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/good_first_issue.md2
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?