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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,26 @@ We do not capitalize the following terms:
220
220
* remote execution
221
221
* subscription
222
222
223
+
### Foreman user personas
224
+
225
+
In documentation, a user persona is the target user who will be reading the documentation.
226
+
Understanding and identifying the target persona of a piece of content helps ensure that the documentation will properly address the user's needs and capabilities.
227
+
228
+
Foreman users include people with varying responsibilities and permissions.
229
+
Especially in larger organizations, different tasks can be performed by different people.
230
+
Therefore, when contributing to Foreman documentation, it can be useful to be aware of and distinguish Foreman user personas.
231
+
232
+
#### *User* persona
233
+
234
+
* Has limited permissions
235
+
* Runs regular Foreman operations
236
+
* Example responsibilities: managing hosts, managing content
237
+
238
+
#### *Admin* persona
239
+
240
+
* Has unlimited permissions, including root on the server
241
+
* Example responsibilities: managing Foreman server
242
+
223
243
### Further Information
224
244
225
245
*[Contributing Guidelines for Github documentation](https://github.com/github/docs/blob/main/CONTRIBUTING.md)
0 commit comments