build: modernize repository #27
No reviewers
Labels
No labels
autorelease: pending
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream/digest
upstream/pr
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/canola.nvim!27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "build/modernize-repo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The repo still carried upstream boilerplate: 48-line C gitignore, empty
.gitmodules, stevearc issue templates with severity dropdowns, a single
monolithic tests.yml, no editor/formatter config, no Makefile for the
git hooks, upstream-only LICENSE, and a README full of triage tables.
Solution
Seven commits bringing the repo in line with cp.nvim and diffs.nvim:
with path filtering) + test.yaml (busted, stable+nightly matrix),
delete tests.yml/luarocks.yml/mirror_upstream_prs.yml
lazy.nvim bootstrap, config.yaml for discussions)
migration guide, acknowledgements)
Post-merge: delete upstream tags and GitHub releases.