Skip to content

docs: enhance project management documentation #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,15 @@ Logs are stored in:

### Project Management

We use GitHub Projects to track the development of features and improvements. You can find our project board at:
[Project Board](https://github.com/PeterVinter/Manage_linux_docker_containers/projects)
This project uses GitHub's project management features to track issues, pull requests, and milestones. We follow a structured workflow:

For detailed GitHub CLI commands and workflows, see our [GitHub CLI Workflow Guide](docs/github_cli_workflow.md).
1. **Issues**: Used to track bugs, feature requests, and tasks
2. **Pull Requests**: Follow our [contribution guidelines](CONTRIBUTING.md)
3. **Milestones**: Group related issues and PRs for releases
4. **Project Board**: Visual kanban board for task tracking
5. **Automated Changelog**: Updates via GitHub Actions on PR merges

Our changelog follows the [Keep a Changelog](https://keepachangelog.com/) format and is automatically updated when PRs are merged.

### Automated Changelog

Expand Down