feat: add issue templates for Gitea #22

Merged
mvhutz merged 1 commits from feat/issue-template into main 2026-01-13 01:43:37 +00:00
Owner

Description

This PR implements issue templates for the lambda repository to improve issue tracking and developer experience.
The templates follow Gitea best practices and provide clear guidance for users when creating issues.
Three distinct templates were created to handle different types of issues: feature requests, bug reports, and general issues.

Changes

Decisions

All templates use Markdown format with YAML frontmatter, following the existing PR template style.
Each template includes pre-populated metadata (title prefix, labels, target branch).
Templates provide inline HTML comments to guide users without cluttering the final issue.
The templates are consistent with conventional commit format (feat:, fix:, etc.).

Benefits

Users will have clear guidance when creating issues, reducing back-and-forth communication.
Issues will be more structured and contain necessary information for developers.
Pre-populated labels and titles ensure consistent issue categorization.
The templates align with the existing PR template style for a cohesive experience.

Checklist

  • Code follows conventional commit format.
  • Branch follows naming convention (<type>/<description>). Always use underscores.
  • Tests pass (if applicable).
  • Documentation updated (if applicable).
## Description This PR implements issue templates for the lambda repository to improve issue tracking and developer experience. The templates follow Gitea best practices and provide clear guidance for users when creating issues. Three distinct templates were created to handle different types of issues: feature requests, bug reports, and general issues. ### Changes - Created [.gitea/ISSUE_TEMPLATE/feature.md](.gitea/ISSUE_TEMPLATE/feature.md) for feature requests and enhancements. - Created [.gitea/ISSUE_TEMPLATE/bug.md](.gitea/ISSUE_TEMPLATE/bug.md) for bug reports. - Created [.gitea/ISSUE_TEMPLATE/general.md](.gitea/ISSUE_TEMPLATE/general.md) for general issues. - Updated [CLAUDE.md](CLAUDE.md) with issue management and workflow documentation. ### Decisions All templates use Markdown format with YAML frontmatter, following the existing PR template style. Each template includes pre-populated metadata (title prefix, labels, target branch). Templates provide inline HTML comments to guide users without cluttering the final issue. The templates are consistent with conventional commit format (feat:, fix:, etc.). ## Benefits Users will have clear guidance when creating issues, reducing back-and-forth communication. Issues will be more structured and contain necessary information for developers. Pre-populated labels and titles ensure consistent issue categorization. The templates align with the existing PR template style for a cohesive experience. ## Checklist - [x] Code follows conventional commit format. - [x] Branch follows naming convention (`<type>/<description>`). Always use underscores. - [x] Tests pass (if applicable). - [x] Documentation updated (if applicable).
mvhutz added 1 commit 2026-01-13 01:40:44 +00:00
Added three issue templates to improve issue tracking:
- Feature request template for new features and enhancements.
- Bug report template for reporting bugs and unexpected behavior.
- General issue template for issues that don't fit other categories.

Templates follow Gitea best practices with proper frontmatter metadata.
Each template includes clear sections with inline comments to guide users.

Updated CLAUDE.md with issue management and workflow documentation.

Closes #21

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
mvhutz merged commit dec9af0244 into main 2026-01-13 01:43:37 +00:00
mvhutz deleted branch feat/issue-template 2026-01-13 01:43:37 +00:00
Sign in to join this conversation.