-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2263347
commit 6b321c0
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
# Wildsea | ||
|
||
Wildsea companion app | ||
|
||
## Repository Setup | ||
|
||
To set up a github repository: | ||
|
||
* Log into Codacy, and connect the repo | ||
* Create a branch restriction rule called "main": | ||
* Enforcement: Active | ||
* Target Branches: Include default branch | ||
* Tick Restrict creations | ||
* Tick Restrict updates | ||
* Tick Restrict deletions | ||
* Tick Require linear history | ||
* Tick Require a pull request before merging | ||
* Require 0 Approvals | ||
* Require review from code owners | ||
* Tick Require status checks to pass | ||
* Tick require branches to be up to date before merging | ||
* Add "Codacy Static Code Analysis" to status checks that are required | ||
* Block force pushes | ||
* TODO: Require code scanning results |