mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-30 21:25:06 +00:00
new: pull request template
Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
parent
3e9fa3abb2
commit
835b14e0c3
54
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
54
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,54 @@
|
||||
<!-- Thanks for sending a pull request! Here are some tips for you:
|
||||
|
||||
1. If this is your first time, please read our contributor guidelines in the CONTRIBUTING.md file and learn how to compile Falco from source here: https://falco.org/docs/source/
|
||||
2. Please label this pull request according to what type of issue you are addressing.
|
||||
5. Please add a Release note!
|
||||
6. If the PR is unfinished while opening it specify a wip in the title before the actual title, for example, "wip: my awesome feature"
|
||||
-->
|
||||
|
||||
**What type of PR is this?**
|
||||
> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line:
|
||||
>
|
||||
> /kind bug
|
||||
> /kind cleanup
|
||||
> /kind design
|
||||
> /kind documentation
|
||||
> /kind failing-test
|
||||
> /kind feature
|
||||
> /kind flake
|
||||
|
||||
> If contributing rules or changes to rules, please make sure to uncomment the appropriate kind
|
||||
based on if the rule is new or a change to an existing rule
|
||||
|
||||
> /kind rule-updated
|
||||
> /kind rule-created
|
||||
|
||||
**Any specific area of the project related to this PR?**
|
||||
|
||||
> /area engine
|
||||
> /area rules
|
||||
> /area deployment
|
||||
> /area integrations
|
||||
> /area examples
|
||||
|
||||
**What this PR does / why we need it**:
|
||||
|
||||
**Which issue(s) this PR fixes**:
|
||||
<!--
|
||||
*Automatically closes linked issue when PR is merged.
|
||||
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
|
||||
_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
|
||||
-->
|
||||
Fixes #
|
||||
|
||||
**Special notes for your reviewer**:
|
||||
|
||||
**Does this PR introduce a user-facing change?**:
|
||||
<!--
|
||||
If no, just write "NONE" in the release-note block below.
|
||||
If yes, a release note is required:
|
||||
Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
|
||||
-->
|
||||
```release-note
|
||||
|
||||
```
|
Loading…
Reference in New Issue
Block a user