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