File tree 4 files changed +78
-0
lines changed
4 files changed +78
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug Report
3
+ about : Report a bug found in Falco
4
+ ---
5
+
6
+ #### Reproduction
7
+
8
+ Steps to reproduce:
9
+ 1 .
10
+ 2 .
11
+
12
+
13
+ #### Expected Behavior
14
+
15
+ What behavior were you expecting to see?
16
+
17
+
18
+ #### Actual Behavior
19
+
20
+ What behavior did you actually see?
21
+
22
+
23
+ #### Environment
24
+
25
+ <!-- Please provide any useful other information. -->
26
+
27
+ - Browser(s):
28
+ - Operating System (e.g. Windows, macOS, Ubuntu):
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Documentation
3
+ about : Suggest an improvement to our documentation at Falco
4
+ labels : docs
5
+ ---
6
+
7
+ #### Documentation Feedback
8
+
9
+ Provide a brief summary of what you would like to see changed in our
10
+ documentation at Falco.
11
+
12
+ Feel free to provide any suggestions of content or examples you’d like us to include.
13
+
14
+ ** Affected documentation page:** Insert a link to the affected page on Falco.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature
3
+ about : Propose a new feature for Falco
4
+ labels : feature
5
+ ---
6
+
7
+ #### Feature Description
8
+
9
+ Provide a brief summary of the feature you would like to see.
10
+
11
+ #### Use Case
12
+
13
+ Describe the use case(s) that the proposed feature would enable.
Original file line number Diff line number Diff line change
1
+ ## PR Checklist
2
+ Please check if your PR fulfills the following requirements:
3
+
4
+ - [ ] Tests for the changes have been added (for bug fixes / features)
5
+ - [ ] Docs have been added / updated (for bug fixes / features)
6
+
7
+
8
+ ## PR Type
9
+ What kind of change does this PR introduce?
10
+
11
+ <!-- Please check the one that applies to this PR using `x`. -->
12
+
13
+ - [ ] Bugfix
14
+ - [ ] Feature
15
+ - [ ] Code style update (formatting)
16
+ - [ ] Refactoring (no functional changes)
17
+ - [ ] Documentation content changes
18
+
19
+ ## Other information
20
+
21
+ <!-- Please provide any useful other information. -->
22
+
23
+ Issue Number: N/A
You can’t perform that action at this time.
0 commit comments