You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ Then customize the code for your repository:
64
64
* update `.goreleaser.yaml` to build `cmd/$YOUR_COMMAND`
65
65
* update the links at the top of `README.md`
66
66
* update the contact email in`SECURITY.md`
67
+
*if you aren't [in an enterprise that has code quality enabled](https://github.com/orgs/community/discussions/194833#discussioncomment-17174472), delete the coverage workflow (`.github/workflows/coverage.yaml`)
67
68
68
69
1. Commit and push:
69
70
@@ -92,13 +93,14 @@ Configure the repository:
92
93
* Allow auto-merge
93
94
* Automatically delete head branches
94
95
95
-
1. Go to repository Settings > Advanced Security, and enable:
96
+
1. Go to repository Settings > Advanced Security, and ensure these are enabled:
0 commit comments