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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ As a contributor, I will:
8
8
9
9
* Familiarize myself with the [Pull Request Checklist](#Pull-Request-Checklist) and [Foreman documentation minimalist style guide](#Foreman-documentation-minimalist-style-guide).
10
10
* Open additional issues if my contribution is incomplete.
11
+
* Put in my best effort to ensure that my contribution does not worsen the state of any build target.
12
+
For example, this might include reviewing how my changes affect upstream build targets even when working on behalf of a downstream product.
11
13
12
14
## Maintainer's pledge
13
15
@@ -33,7 +35,6 @@ See [One sentence per line](https://jeffkreeftmeijer.com/one-sentence-per-line/)
33
35
*[] My change does not add trailing whitespaces.
34
36
Some editors can help with this.
35
37
For example, VS Code has multiple settings related to handling whitespaces.
36
-
*[ ] My change does not worsen the state of any build target.
0 commit comments