mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-11 02:52:54 +00:00
Update PULL_REQUEST_TEMPLATE.md
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
30ea744d12
commit
d4623609c4
19
.github/PULL_REQUEST_TEMPLATE.md
vendored
19
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,8 +1,7 @@
|
|||||||
<!-- Thanks for sending a pull request! Here are some tips for you:
|
<!-- 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 https://github.com/falcosecurity/.github/blob/main/CONTRIBUTING.md file.
|
||||||
1. If this is your first time, please read our contributor guidelines in the [CONTRIBUTING.md](https://github.com/falcosecurity/.github/blob/master/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.
|
2. Please label this pull request according to what type of issue you are addressing.
|
||||||
3. . Please add a release note!
|
3. Please add a release note!
|
||||||
4. If the PR is unfinished while opening it specify a wip in the title before the actual title, for example, "wip: my awesome feature"
|
4. If the PR is unfinished while opening it specify a wip in the title before the actual title, for example, "wip: my awesome feature"
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -63,11 +62,13 @@ Fixes #
|
|||||||
**Does this PR introduce a user-facing change?**:
|
**Does this PR introduce a user-facing change?**:
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
If no, just write "NONE" in the release-note block below.
|
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 YES, a release note is required, enter your release note in the block below.
|
||||||
If the PR requires additional action from users switching to the new release, prepend the string "action required:".
|
The convention is the same as for commit messages: https://github.com/falcosecurity/.github/blob/main/CONTRIBUTING.md#commit-convention
|
||||||
For example, `action required: change the API interface of the rule engine`.
|
If the PR introduces non-backward compatible changes, please add a line starting with "BREAKING CHANGE:" and describe what changed.
|
||||||
|
For example, `BREAKING CHANGE: the API interface of the rule engine has changed`.
|
||||||
|
Your note will be included in the changelog.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```release-note
|
```release-note
|
||||||
|
Loading…
Reference in New Issue
Block a user