-
Notifications
You must be signed in to change notification settings - Fork 0
Adding a Naming Authority to SPASE
Todd King edited this page Apr 2, 2021
·
2 revisions
Steps to add a Naming Authority to SPASE
-
Create (or locate) a GitHub Repository
- Log in to GitHub
- Switch to "hpde" organization (https:/github.com/hpde)
- Click on "New"
- Set name and description, make public, and check "Add a README file"
- Add default README.md text with overview and "How To Use" text.
- Switch to new repo.
- Click on "settings", click on "Manage Access"
- Invite "/hpde/repo-admins" and give "Admin" privileges
- Invite "/hpde/smwt" and give "Write" privileges
-
Update the Naming Authority page on spase-group.org website.
- change file pages/services/naming-authority.hbs
- Rebuild web site (run "grunt" in web site source home directory)
- Push content back to github (git commit -a -m "Updated naming authority list"; git push)