Commit 8388961 1 parent 7b182ee commit 8388961 Copy full SHA for 8388961
File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (c) Facebook, Inc. and its affiliates.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ name : Fuzzer Report
16
+ description : Report an issue with the fuzzer or found through fuzzing.
17
+ labels : ["bug", "fuzzer-found", "fuzzer"]
18
+ body :
19
+ - type : markdown
20
+ attributes :
21
+ value : |
22
+ Please add as much relevant information to the form below as you can.
23
+ This will help us replicate and solve the issue. Thank you!
24
+ - type : textarea
25
+ id : description
26
+ attributes :
27
+ label : Description
28
+ description : Please describe the issue.
29
+ placeholder : " [Expected behavior] and [actual behavior]."
30
+ validations :
31
+ required : true
32
+ - type : textarea
33
+ id : seed
34
+ attributes :
35
+ label : Error Reproduction
36
+ placeholder : Please paste the arguments used to run fuzzer.
37
+ - type : textarea
38
+ id : logs
39
+ attributes :
40
+ label : Relevant logs
41
+ description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
42
+ render : bash
You can’t perform that action at this time.
0 commit comments