Skip to content

Commit d2124fa

Browse files
authored
docs: enhance project management documentation (#11)
* fix: update changelog workflow - Add force push for existing branches - Improve error handling - Add write permissions for pull requests - Fix branch name handling * docs: add Keep a Changelog link Add reference to Keep a Changelog format in the automated changelog documentation. * fix: update changelog workflow permissions Use PAT_TOKEN instead of GITHUB_TOKEN for better permissions. * docs: enhance project management documentation Improve Project Management section with: - Structured workflow list - Clear feature descriptions - Better changelog integration details
1 parent 0d40fb6 commit d2124fa

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,15 @@ Logs are stored in:
7676

7777
### Project Management
7878

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:
8180

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.
8388

8489
### Automated Changelog
8590

0 commit comments

Comments
 (0)