File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,27 @@ Pull requests are welcome! Just ensure no bunnies are harmed during the process.
1111114 . Commit and push the branch
1121125 . Open a Pull Request.
113113
114+
115+ ## Next Steps (ideally)
116+
117+ ### Testing & Quality Assurance
118+ - [ ] ** Add unit tests**
119+ - [ ] ** Set up golangci-lint** with ` .golangci.yml ` configuration
120+
121+ ### CI/CD & Automation
122+ - [ ] ** GitHub Actions workflow** Once tests are in place enable ` ci.yml `
123+ - [x] ** Automated releases** with cross-platform binaries
124+
125+
126+ ### Documentation & Standards
127+ - [ ] ** Study how godoc comments wok**
128+ - [ ] ** Create ` CONTRIBUTING.md ` ** and move the section
129+ - [ ] ** Improve .gitignore**
130+
131+ ### Project Structure Improvements
132+ - [ ] ** Add pkg/ folder** or rename ` bunnysign ` pkg
133+ - [ ] ** Improve error handling** with proper error wrapping
134+
114135## License
115136
116137MIT
You can’t perform that action at this time.
0 commit comments