Open Issues Need Help
View All on GitHubAI Summary: This issue proposes automating the generation of GitHub release notes to eliminate manual writing. The solution involves configuring a `.github/release.yml` file to map conventional commit prefixes to defined changelog categories and updating the release workflow to use GitHub's built-in `gh release create --generate-notes` command or a dedicated action like `release-drafter`.
AI Summary: This GitHub issue proposes creating a new issue template specifically for documentation requests, as the current `doit issue` command lacks a `--type=doc` option, leading to mislabeled feature issues. The new template will be named 'Documentation Request', use a `docs:` title prefix, apply `documentation` and `needs-triage` labels, and include fields for documentation type, description, location, and success criteria. Additionally, the `dodo.py` script will be updated to support a `--type=doc` option that maps to this new template.