Skip to content

Commit 494d354

Browse files
committed
doc: add next steps section in Readme file
1 parent 3294474 commit 494d354

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,27 @@ Pull requests are welcome! Just ensure no bunnies are harmed during the process.
111111
4. Commit and push the branch
112112
5. 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

116137
MIT

0 commit comments

Comments
 (0)