lazygit/.github
Stefan Haller 7af371701d Use go:generate for generating cheatsheets
This has several benefits:
- it's less code
- we're using the same mechanism to generate all our auto-generated files, so if
  someone wants to add a new one, it's clear which pattern to follow
- we can re-generate all generated files with a single command
  ("go generate ./...", or "make generate")
- we only need a single check on CI to check that all files are up to date (see
  previous commit)
2023-09-29 20:38:29 +02:00
..
ISSUE_TEMPLATE better bug report template 2022-08-08 18:53:22 +10:00
workflows Use go:generate for generating cheatsheets 2023-09-29 20:38:29 +02:00
dependabot.yml Limit to security updates 2021-08-25 21:43:58 +10:00
FUNDING.yml cleanup 2020-08-07 18:01:26 +10:00
pull_request_template.md Add instruction in PR template to start PRs with an imperative 2023-08-28 19:46:45 +10:00
release.yml Update release notes config and add CI check 2023-07-20 17:15:10 +10:00