Commit 0034cd2 1 parent 87e70a7 commit 0034cd2 Copy full SHA for 0034cd2
File tree 2 files changed +32
-0
lines changed
2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments