Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update onboarding tasks #1442

Merged
merged 2 commits into from
Jul 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/developer-onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ 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 set up your sandbox developer space. Ensure you can deploy to your sandbox space.
- [ ] If your GitHub account is associated with any non-government or personal work, create a new GitHub account. (NOAA policy)

### Steps for the onboarder
- [ ] Ask an admin to add the onboardee to our [GitHub organization](https://github.com/orgs/weather-gov).
- [ ] Add the onboardee to our [GitHub repository](https://github.com/weather-gov/weather.gov).
- [ ] Add the onboardee to our cloud.gov org
- [ ] Before you finalize the developer sandbox setup, [generate new metadata](../../docs/dev/authentication.md) for SAML communication
- [ ] Setup the developer sandbox space with [sandbox script](./scripts/create_cloudgov_env.md).
- [ ] Get the developer a NOAA account so they can access documents.

## Documents to Review

Expand Down
Loading