Skip to content

Commit 63bc781

Browse files
authored
Issue-737 Update new project onboarding instructions in README.md (#738)
* #737 Added more details to project onboarding. * #737 Added more details to project onboarding. * #737 Added more details to project onboarding.
1 parent c20e094 commit 63bc781

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,19 @@ graph TD
4343

4444
### How to onboard a new project?
4545

46-
1. Add an entry for your whiteboard tag (eg. `famous-product`) in the [actions configuration files](config/). See [actions documentation](docs/actions.md))
47-
2. Open a pull-request with your action configuration changes
48-
3. Open a ticket to request the appropriate permissions to be given to the bot account (`Jira Automation`) on the Jira project ([example ticket](https://mozilla-hub.atlassian.net/servicedesk/customer/portal/4/SDD-12038))
46+
1. If you are an admin of the Jira project add the Jira Automation Bot. Go to Jira project and open
47+
`Project Settings` then `People`. Select `Add People` and search for `Jira Automation`. If two are listed select
48+
the one with the green logo. From the `Roles` drop down select `Bots`. Click `Add 1 person`.
49+
2. If you are not an admin of the Jira project contact the admin to determine how best to request the changes described
50+
in step 1.
51+
3. Add an entry for your whiteboard tag (eg. `famous-product`) in the [actions configuration files](config/).
52+
See [actions documentation](docs/actions.md).
53+
4. Open a pull-request with your action configuration changes. Indicate in the PR if the Jira Automation Bot has already been added to the Jira project.
54+
5. Once the PR is merged and a release is created, create a bug in bugzilla and add your whiteboard tag to the bug. Note
55+
that the tag must be enclosed in square brackets (eg. `[famous-project]`).
56+
6. If a Jira item already exists add it to the `See Also` section of the bug to begin syncing. If a Jira item does not
57+
already exist one will be created.
58+
7. Verify that the tag is listed in the Labels for the Jira item (eg. `[famous-project]`)
4959

5060
# Development
5161

0 commit comments

Comments
 (0)