File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -84,29 +84,6 @@ When adding user-facing strings to your work, follow these guidelines:
84
84
It is the responsibility of contributors and code reviewers to ensure that all
85
85
user-facing strings are marked in new PRs before merging.
86
86
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
-
110
87
For commits that address trivial repository maintenance tasks or packaging
111
88
issues, start the first line of the commit with ` (maint) ` or ` (packaging) ` ,
112
89
respectively.
You can’t perform that action at this time.
0 commit comments