Top

Issue Creation Policy

This document summarizes the guidelines for creating Issues. The goals are to ensure smooth development and progress management, and to improve information transparency.

Table of Contents


Issue Granularity

Issues should be defined as the smallest unit of work.

Issue Structure

Organize information clearly so that anyone can understand the content.

Title

Body

Include the following information.

Reference Examples of Issue Structure

Refer to the following structures when providing information in an Issue.

【For Bug Reports】

## Overview
(Brief explanation of the bug)

## Reproduction Steps
1. 
2. 
3. 

## Expected Behavior
(What should happen)

## Actual Behavior
(What is actually happening)

## Environment
- OS/Browser: 
- Version: 

## Others
(Screenshots, logs, etc.)

【For Features, Improvements, or Tasks】

## Overview/Purpose
(Why and what is being done)

## Scope of Work
- [ ] 
- [ ] 

## Completion Criteria
- [ ] 

## Reference Information
- 

Operational Rules


Related Documents: