Skip to content

Commit e7cb24a

Browse files
committed
(docs) Remove trivial patch section
1 parent 63902ae commit e7cb24a

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -84,29 +84,6 @@ When adding user-facing strings to your work, follow these guidelines:
8484
It is the responsibility of contributors and code reviewers to ensure that all
8585
user-facing strings are marked in new PRs before merging.
8686

87-
## Making Trivial Changes
88-
89-
For [changes of a trivial nature](https://puppet.com/community/trivial-patch-exemption-policy), it is not always necessary to create a new
90-
ticket in Jira. In this case, it is appropriate to start the first line of a
91-
commit with one of `(docs)`, `(maint)`, or `(packaging)` instead of a ticket
92-
number.
93-
94-
If a Jira ticket exists for the documentation commit, you can include it
95-
after the `(docs)` token.
96-
97-
```
98-
(docs)(DOCUMENT-000) Add docs commit example to CONTRIBUTING
99-
100-
There is no example for contributing a documentation commit
101-
to the Puppet repository. This is a problem because the contributor
102-
is left to assume how a commit of this nature may appear.
103-
104-
The first line is a real-life imperative statement with '(docs)' in
105-
place of what would have been the PUP project ticket number in a
106-
non-documentation related commit. The body describes the nature of
107-
the new documentation or comments added.
108-
```
109-
11087
For commits that address trivial repository maintenance tasks or packaging
11188
issues, start the first line of the commit with `(maint)` or `(packaging)`,
11289
respectively.

0 commit comments

Comments
 (0)