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: Create a bug report for the Hypercerts protocol
3
+
labels: ['type:bug']
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: If you leave out sections there is a high likelihood it will be moved to the [GitHub Discussions](https://github.com/Network-Goods/hypercerts/discussions).
8
+
- type: dropdown
9
+
attributes:
10
+
label: Which area(s) of Hypercerts are affected? (leave empty if unsure)
11
+
multiple: true
12
+
options:
13
+
- 'Smart Contracts'
14
+
- 'SDK'
15
+
- 'Frontend Dapp'
16
+
- 'Docs'
17
+
- 'The Graph integration'
18
+
- 'OpenZeppelin Defender integration'
19
+
- 'Other'
20
+
- type: textarea
21
+
attributes:
22
+
label: To Reproduce
23
+
description: Steps to reproduce the behavior, please provide a clear description of how to reproduce the issue. Screenshots can be provided in the issue body below.
24
+
validations:
25
+
required: true
26
+
- type: textarea
27
+
attributes:
28
+
label: Describe the Bug
29
+
description: A clear and concise description of what the bug is.
30
+
validations:
31
+
required: true
32
+
- type: textarea
33
+
attributes:
34
+
label: Expected Behavior
35
+
description: A clear and concise description of what you expected to happen.
36
+
validations:
37
+
required: true
38
+
- type: markdown
39
+
attributes:
40
+
value: Before posting the issue go through the steps you've written down to make sure the steps provided are detailed and clear. Contributors should be able to follow the steps provided in order to reproduce the bug.
0 commit comments