File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,15 @@ Logs are stored in:
76
76
77
77
### Project Management
78
78
79
- We use GitHub Projects to track the development of features and improvements. You can find our project board at:
80
- [ Project Board] ( https://github.com/PeterVinter/Manage_linux_docker_containers/projects )
79
+ This project uses GitHub's project management features to track issues, pull requests, and milestones. We follow a structured workflow:
81
80
82
- For detailed GitHub CLI commands and workflows, see our [ GitHub CLI Workflow Guide] ( docs/github_cli_workflow.md ) .
81
+ 1 . ** Issues** : Used to track bugs, feature requests, and tasks
82
+ 2 . ** Pull Requests** : Follow our [ contribution guidelines] ( CONTRIBUTING.md )
83
+ 3 . ** Milestones** : Group related issues and PRs for releases
84
+ 4 . ** Project Board** : Visual kanban board for task tracking
85
+ 5 . ** Automated Changelog** : Updates via GitHub Actions on PR merges
86
+
87
+ Our changelog follows the [ Keep a Changelog] ( https://keepachangelog.com/ ) format and is automatically updated when PRs are merged.
83
88
84
89
### Automated Changelog
85
90
You can’t perform that action at this time.
0 commit comments