Skip to content

Commit 0034cd2

Browse files
committed
fix: add issue template
1 parent 87e70a7 commit 0034cd2

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Bug report
4+
url: https://immunefi.com/bounty/aave/
5+
about: Protocol bugs should be privately disclosed via immunify.
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Feature request
2+
description: Suggest a feature
3+
labels: ["feature", "needs-triage"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Please ensure that the feature has not already been requested in the issue tracker.
9+
10+
Thanks for helping us improve Aave protocol V3!
11+
- type: dropdown
12+
attributes:
13+
label: Component
14+
description: What component is the feature for?
15+
multiple: true
16+
options:
17+
- Protocol
18+
- Extensions
19+
- Other (please describe)
20+
validations:
21+
required: true
22+
- type: textarea
23+
attributes:
24+
label: Describe the feature you would like
25+
description: Please also describe what the feature is aiming to solve, if relevant.
26+
validations:
27+
required: true

0 commit comments

Comments
 (0)