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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10-5
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,14 @@ and close the pull request if we don't hear back from you.
47
47
48
48
## Submit a contribution
49
49
50
+
When you open a pull request, make your changes against `master`, which is the
51
+
active development branch. If your contribution also applies to the latest
52
+
stable version, submit another PR for that versioned branch. However, if
53
+
submitting multiple PRs at the same time adds too much complexity, you can instead
54
+
create a single PR against `master` and specify that your changes need to be
55
+
**backported** to other branches; one of our maintainers will take care of that
56
+
process on your behalf.
57
+
50
58
All contributions must be made **first** against [master branch](https://github.com/fluent/fluent-bit-docs/tree/master) which is the active development branch, and then **if** the contribution also applies for the current stable branch, submit another PR for that specific branch, if submitting another PR adds some complexity, please specify in the first PR as a comment (for master branch) that it needs to be *backported*. One of our maintainers will take care of that process.
51
59
52
60
As a contributor, we'll ask you to follow a few best practices related to Git:
@@ -87,7 +95,8 @@ error and prevent your pull request from merging.
87
95
To prevent DCO errors, refer to the following guide about
88
96
[signing your commits properly](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md).
89
97
90
-
> :bulb: For faster signing, you can use the `-s` flag in Git:<br>
98
+
> :bulb: For faster signing, you can use the `-s` flag in Git:
99
+
>
91
100
> `git commit -a -s -m "pipeline: outputs: syslog: fix grammar in examples"`
92
101
93
102
## Style guidelines
@@ -98,10 +107,6 @@ for most topics related to grammar, style, and formatting. We don't expect you
98
107
to memorize these style rules, but the technical writer who reviews your pull
99
108
request may suggest changes accordingly.
100
109
101
-
### Line wrap
102
-
103
-
[TBD]
104
-
105
110
### Vale
106
111
107
112
The Fluent Bit maintainers are working to add a [Vale](https://vale.sh/docs/) plugin
0 commit comments