Skip to content

Commit 3941dfe

Browse files
authored
Create a new issue template for buddypress/docs updates
Add the Documentation root to the list of available handbooks for resources shared with more than one targetted audience.
1 parent 4a64217 commit 3941dfe

File tree

3 files changed

+55
-2
lines changed

3 files changed

+55
-2
lines changed

.github/ISSUE_TEMPLATE/1-migrate-task.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ body:
3030
label: Handbook to migrate the page in
3131
description: Select the temporary GH Handbook you think the page should be migrated to.
3232
options:
33+
- buddypress/docs (Docs root)
3334
- buddypress/docs/user
3435
- buddypress/docs/developer
3536
- buddypress/docs/contributor
36-
default: 0
37+
default: 1
3738
validations:
3839
required: true
3940
- type: checkboxes

.github/ISSUE_TEMPLATE/2-add-task.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ body:
2222
label: Handbook to add the page in
2323
description: Select the temporary GH Handbook you think the page should be added to.
2424
options:
25+
- buddypress/docs (Docs root)
2526
- buddypress/docs/user
2627
- buddypress/docs/developer
2728
- buddypress/docs/contributor
28-
default: 0
29+
default: 1
2930
validations:
3031
required: true
3132
- type: checkboxes
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: Update task
2+
description: File a task to update an existing `buddypress/docs` Documentation resource.
3+
title: "[Update]: "
4+
projects: ["buddypress/2"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this task to update an existing Documentation page of one of the `buddyress/docs` handbooks!
10+
- type: input
11+
id: ghLink
12+
attributes:
13+
label: Link to the existing GH Documentation page.
14+
description: This will be useful to identify & reach the page to update.
15+
placeholder: https://github.com/buddypress/buddypress/docs/
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: what-needs-to-be-updated
20+
attributes:
21+
label: What needs to be updated?
22+
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.
51+
required: false

0 commit comments

Comments
 (0)