This is a template repository for NexusMods.App.*
repositories.
The following is a checklist of things you need to do after creating a new repository with this template.
- Update the project settings:
Settings
-> uncheckWikis
(under Features)Settings
-> checkAutomatically delete head branches
Settings
->Collaborators and teams
->Add Teams
- Add
NexusMods.App Admin
with roleAdmin
- Add
NexusMods.App Developers
with roleMaintain
- Remove yourself as a collaborator
- Add
Settings
->Rules
->Rulesets
and add a new one:- Call it
Branch PR Rules
- Add
Repository admin
to theBypass list
- Add
Include default branch
as a target - Only check the following branch protections:
Restrict deletions
Require signed commits
Require a pull request
before merging with 1 required approvalsRequire status checks to pass before merging
Block force pushes
- Call it
Settings
->Pages
and changeSource
to GitHub Actions
- Rename the Solution and existing Projects
- Update the docs:
- Open
mkdocs.yml
and update the first four fields:site_name
andsite_url
repo_name
andrepo_url
- Update the docs in
docs
. At least change theindex.md
file.
- Open
Finally, update this README.
See LICENSE.md