mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 15:53:31 +02:00
Add proposed edits to the developer onboarding template
This commit is contained in:
parent
e2363725ec
commit
fe5dc92d88
1 changed files with 13 additions and 5 deletions
12
.github/ISSUE_TEMPLATE/developer-onboarding.md
vendored
12
.github/ISSUE_TEMPLATE/developer-onboarding.md
vendored
|
@ -21,6 +21,7 @@ There are several tools we use locally that you will need to have.
|
|||
|
||||
## Access
|
||||
|
||||
### Steps for the onboardee
|
||||
- [ ] [Create a cloud.gov account](https://cloud.gov/docs/getting-started/accounts/)
|
||||
- [ ] Have an admin add you to the CISA Github organization and Dotgov Team.
|
||||
- [ ] Ensure you can login to your cloud.gov account via the CLI
|
||||
|
@ -28,11 +29,18 @@ There are several tools we use locally that you will need to have.
|
|||
cf login -a api.fr.cloud.gov --sso
|
||||
```
|
||||
- [ ] Have an admin add you to cloud.gov org and relevant spaces as a SpaceDeveloper
|
||||
- [ ] Have an admin add you to our login.gov sandbox team (`.gov registrar poc`) via the [dashboard](https://dashboard.int.identitysandbox.gov/).
|
||||
|
||||
**Note:** As mentioned in the [Login documentation](https://developers.login.gov/testing/), the sandbox Login account is different account from your regular, production Login account. If you have not created a Login account for the sandbox before, you will need to create a new account first.
|
||||
- [ ] Setup [commit signing in Github](#setting-up-commit-signing) and with git locally.
|
||||
|
||||
### Steps for the onboarder
|
||||
- [ ] Add the onboardee to cloud.gov org and relevant spaces as a SpaceDeveloper
|
||||
|
||||
```bash
|
||||
cf set-space-role <cloud.account@email.gov> sandbox-gsa dotgov-poc SpaceDeveloper
|
||||
```
|
||||
- [ ] Add to our login.gov sandbox team (`.gov registrar poc`) via the [dashboard](https://dashboard.int.identitysandbox.gov/)
|
||||
- [ ] Setup [commit signing in Github](#setting-up-commit-signing) and with git locally.
|
||||
- [ ] Add the onboardee to our login.gov sandbox team (`.gov registrar poc`) via the [dashboard](https://dashboard.int.identitysandbox.gov/)
|
||||
|
||||
|
||||
## Documents to Review
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue