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

Remove instructions to put license info in readme #3

Closed
wants to merge 1 commit into from
Closed
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ If you have NMFS collaborators (i.e. have noaa.gov email) on your repository who

## For repositories migrated to noaa-nwfsc organization

1) Update your `README.md` file to include the disclaimer and an open access license. See below for a description of licenses.
2) Add a description and info on who created the content (otherwise the org managers will not know who to contact).
3) Add tags (far right side on repo) to help users find repositories. See the other repositories for examples.
4) Add an open LICENSE file. For government work, we are required to use an open LICENSE. If non-government FTEs were contributors and the repository does not yet have an open license on it, make sure all parties agree before applying an open source license.
5) Add the file `.github/workflows/secretSCAN.yml`. This will check for token and keys that are accidentally committed to a repository.
1) Update your `README.md` file to include the disclaimer shown below.
3) Add a description and info on who created the content (otherwise the org managers will not know who to contact).
4) Add tags (far right side on repo) to help users find repositories. See the other repositories for examples.
5) Add an open LICENSE file. For government work, we are required to use an open LICENSE. If non-government FTEs were contributors and the repository does not yet have an open license on it, make sure all parties agree before applying an open source license.
6) Add the file `.github/workflows/secretSCAN.yml`. This will check for token and keys that are accidentally committed to a repository.

## For new repositories in noaa-nwfsc organization

Expand Down
Loading