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
description: What are the needed changes (text, screenshots,...)?
23
+
placeholder: This is what needs to be updated!
24
+
value: "Let's update..."
25
+
validations:
26
+
required: true
27
+
- type: dropdown
28
+
id: handbook
29
+
attributes:
30
+
label: Handbook of the page to update
31
+
description: Select the GH Handbook you think the page should be available in.
32
+
options:
33
+
- buddypress/docs (Docs root)
34
+
- buddypress/docs/user
35
+
- buddypress/docs/developer
36
+
- buddypress/docs/contributor
37
+
default: 1
38
+
validations:
39
+
required: true
40
+
- type: checkboxes
41
+
id: taskTracker
42
+
attributes:
43
+
label: Tasks to accomplish
44
+
description: This is a reminder about steps needed for this Documentation resource to be updated.
45
+
options:
46
+
- label: This task has been added to the "Todo" panel of the Documentation project.
47
+
required: false
48
+
- label: A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
49
+
required: false
50
+
- label: The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.
0 commit comments