Add structured bug, feature, and task forms to a GitHub project so every issue has the right info from the start.
Set organization-wide issue templates so all repos under your account inherit consistent forms automatically.
Manage a Traditional Chinese-language open source project with labeled, categorized issue workflows.
Track production incidents and UI changes with dedicated issue forms that auto-attach the correct label.
Copy the .github/ folder to your repo root, then use the GitHub CLI to create all nine labels (names are in Chinese). Labels must exist before templates work correctly.
This repository is a ready-to-copy set of GitHub Issue and Pull Request templates written in Traditional Chinese. The goal is to give software teams a consistent format for reporting bugs, requesting features, tracking tasks, and documenting incidents, so that every issue opened in a project contains the same minimum information and gets routed correctly without extra back-and-forth. The collection includes nine distinct issue form types: bug reports, new feature requests, changes to existing features, task tracking, UI and layout adjustments, spike or research investigations, documentation needs, support questions, and production incident tracking. Each template automatically attaches a label and a title prefix when someone submits an issue, which makes filtering and prioritizing easier. Blank issue creation is disabled, so contributors must pick from one of the nine forms. A separate pull request template is also included, with sections for describing what changed, what to watch out for, and what parts of the project are affected. There is also a contributing guide and a code of conduct. To use these templates, you copy the .github/ folder from this repository into your own project's root directory and push it. GitHub automatically detects the folder and shows the forms when anyone opens a new issue. The README also explains how to set these templates as organization-wide defaults, so every repository under an account inherits them without needing individual copies. Because GitHub only applies labels that already exist in a repository, the README includes instructions and GitHub CLI commands to create all nine required labels before the templates will work correctly. The label names are in Chinese to match the form language.
← oliviaiii1224 on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.