You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: (Regular devs only) Suggest a new good first issue
3
+
labels: [good first issue]
4
+
body:
5
+
- type: dropdown
6
+
attributes:
7
+
label: Which crate is this issue for?
8
+
multiple: true
9
+
options:
10
+
- payjoin
11
+
- payjoin-cli
12
+
- payjoin-directory
13
+
- payjoin-test-utils
14
+
- payjoin-ffi
15
+
- type: markdown
16
+
attributes:
17
+
value: |
18
+
Please add the label "good first issue" manually before or after opening
19
+
20
+
A good first issue is an uncontroversial issue, that has a relatively unique and obvious solution
21
+
22
+
Motivate the issue and explain the solution briefly
23
+
- type: textarea
24
+
id: motivation
25
+
attributes:
26
+
label: Motivation
27
+
description: Motivate the issue
28
+
validations:
29
+
required: true
30
+
- type: textarea
31
+
id: solution
32
+
attributes:
33
+
label: Possible solution
34
+
description: Describe a possible solution
35
+
validations:
36
+
required: false
37
+
- type: textarea
38
+
id: useful-skills
39
+
attributes:
40
+
label: Useful Skills
41
+
description: For example, “Familiarity with BIP 77”.
42
+
- type: textarea
43
+
attributes:
44
+
label: Guidance for new contributors
45
+
description: Please leave this to automatically add the footer for new contributors
46
+
value: |
47
+
Want to work on this issue?
48
+
49
+
For guidance on contributing, please read [CONTRIBUTING.md](https://github.com/payjoin/rust-payjoin/blob/master/.github/CONTRIBUTING.md) before opening your pull request.
0 commit comments