You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `scope` = Optional when `type` is "chore" or "docs", available scopes https://github.com/vectordotdev/vector/blob/master/.github/workflows/semantic.yml#L31
10
-
* `description` = short description of the change
11
-
12
-
Examples:
13
-
14
-
* enhancement(file source): Add `sort` option to sort discovered files
15
-
* feat(new source): Initial `statsd` source
16
-
* fix(file source): Fix a bug discovering new files
-`cargo nextest run --workspace` (alternatively, you can run `cargo test --all`)
53
-
-`./scripts/check_changelog_fragments.sh`
54
43
- After a review is requested, please avoid force pushes to help us review incrementally.
55
44
- Feel free to push as many commits as you want. They will be squashed into one before merging.
56
45
- For example, you can run `git merge origin master` and `git push`.
57
46
- If this PR introduces changes Vector dependencies (modifies `Cargo.lock`), please
58
47
run `cargo vdev build licenses` to regenerate the [license inventory](https://github.com/vectordotdev/vrl/blob/main/LICENSE-3rdparty.csv) and commit the changes (if any). More details [here](https://crates.io/crates/dd-rust-license-tool).
59
48
60
-
## References
61
-
62
-
<!-- Please list any issues closed by this PR. -->
63
49
64
50
<!--
65
-
- Closes: <issue link>
66
-
-->
51
+
Your PR title must conform to the conventional commit spec:
52
+
https://www.conventionalcommits.org/en/v1.0.0/
53
+
54
+
<type>(<scope>)!: <description>
67
55
68
-
<!-- Any other issues or PRs relevant to this PR? Feel free to list them here. -->
* `scope` = Optional when `type` is "chore" or "docs", available scopes https://github.com/vectordotdev/vector/blob/master/.github/workflows/semantic.yml#L31
59
+
* `description` = short description of the change
60
+
61
+
Examples:
62
+
63
+
* enhancement(file source): Add `sort` option to sort discovered files
64
+
* feat(new source): Initial `statsd` source
65
+
* fix(file source): Fix a bug discovering new files
0 commit comments