mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
b6bde7322c
672f7ad747ecc6e04472f96fa88332be1f39d39b doc: remove usages of C++11 (fanquake) Pull request description: These were new in C++11, and now they are just our standard library. ACKs for top commit: jarolrod: re-ACK 672f7ad747ecc6e04472f96fa88332be1f39d39b hebasto: re-ACK 672f7ad747ecc6e04472f96fa88332be1f39d39b Tree-SHA512: 7e3b8b0346ba29b19e6d8536700ca510e2b543cdeecd9e740bba71ea6d0133dd96cdaeaa00f371f8ef85913ff5aaabe12878255f393dac7d354a8b89b58d050a
23 lines
758 B
Markdown
23 lines
758 B
Markdown
---
|
|
name: Good first issue
|
|
about: '(Regular devs only): Suggest a new good first issue'
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!-- Needs the label "good first issue" assigned manually before or after opening -->
|
|
|
|
<!-- A good first issue is an uncontroversial issue, that has a relatively unique and obvious solution -->
|
|
|
|
<!-- Motivate the issue and explain the solution briefly -->
|
|
|
|
#### Useful skills:
|
|
|
|
<!-- (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?
|
|
|
|
For guidance on contributing, please read [CONTRIBUTING.md](https://github.com/dashpay/dash/blob/master/CONTRIBUTING.md) before opening your pull request.
|