mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
f13d26dbfe
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
22 lines
980 B
Markdown
22 lines
980 B
Markdown
---
|
|
name: Good first issue
|
|
about: '(Regular devs only): Suggest a new good first issue'
|
|
title: ''
|
|
labels: good first issue
|
|
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”.) -->
|
|
|
|
#### Want to work on this issue?
|
|
|
|
The purpose of the `good first issue` label is to highlight which issues are suitable for a new contributor without a deep understanding of the codebase.
|
|
|
|
You do not need to request permission to start working on this. You are encouraged to comment on the issue if you are planning to work on it. This will help other contributors monitor which issues are actively being addressed and is also an effective way to request assistance if and when you need it.
|
|
|
|
For guidance on contributing, please read [CONTRIBUTING.md](https://github.com/dashpay/dash/blob/master/CONTRIBUTING.md) before opening your pull request.
|