a repository to use as a template for pyprojects

8 Open Issues Need Help Last updated: Feb 24, 2026

Open Issues Need Help

View All on GitHub

AI 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`.

Complexity: 2/5
enhancement good first issue github_actions

a repository to use as a template for pyprojects

Python
enhancement good first issue

a repository to use as a template for pyprojects

Python
documentation good first issue

a repository to use as a template for pyprojects

Python
enhancement good first issue dependencies

a repository to use as a template for pyprojects

Python
enhancement good first issue dependencies

a repository to use as a template for pyprojects

Python
enhancement good first issue

a repository to use as a template for pyprojects

Python
enhancement good first issue dependencies

a repository to use as a template for pyprojects

Python

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.

Complexity: 1/5
enhancement good first issue

a repository to use as a template for pyprojects

Python