Skip to content
Merged
Show file tree
Hide file tree
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
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug Report
description: Report a bug or issue in the codebase.
title: "[BUG] "
labels: ["bug", "triage"]
assignees: ""
---

## Description

Provide a clear description of the bug.

## Steps to Reproduce

1. Actions performed...
2. Click on...
3. See error...

## Expected Behavior

What should have happened.

## Additional Context

Add any other context, logs, or screenshots.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature Request
description: Propose a new feature or improvement.
title: "[FEAT] "
labels: ["enhancement"]
assignees: ""
---

## Problem Statement

Is your feature request related to a problem? Please describe.

## Proposed Solution

A clear description of what you want to happen.

## Alternative Solutions

Describe any alternatives you have considered.

## Additional Context

Add any other context or mockups.
19 changes: 19 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Pull Request

## Description

[Provide a concise summary of the changes introduced by this pull request]

## Related Issues

[Specify related issue keys, e.g., GIA-XX]

## Changes

- [File/Component]: [Schematic summary of changes]

## Verification and Review Guidance

1. Checkout the branch: `git checkout <branch-name>`
2. Test commands: [e.g., `uvx pre-commit run --all-files`]
3. Areas to inspect: [Specify files, logics, or edge cases to review]