mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
4c3dd9704f
- Add go.mod version check in lint workflow (fails if go directive != 1.20) - Add golang.org/x/sys to dependabot ignore list (newer versions require Go 1.21+) - Fix golang.org/x/text ignore comment - Migrate issue templates from markdown to YAML forms: - Update PR template (dev → main, add go.mod checklist item) - Update .gitignore for YAML issue templates
14 lines
418 B
Markdown
14 lines
418 B
Markdown
## Summary
|
|
|
|
<!-- Describe the overall picture of your changes. Link to the related issue if applicable. -->
|
|
|
|
Fixes #
|
|
|
|
## Checklist
|
|
|
|
- [ ] Pull request targets the `main` branch
|
|
- [ ] All CI checks pass (lint, test, build)
|
|
- [ ] I have added tests that prove my fix is effective or that my feature works
|
|
- [ ] I have added necessary documentation (if appropriate)
|
|
- [ ] go.mod directive remains `go 1.20` (do not bump)
|