-
Notifications
You must be signed in to change notification settings - Fork 0
Revise feature issue template for clarity and format #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,16 @@ | ||
| --- | ||
| name: Feature Template | ||
| about: κΈ°λ₯ μΆκ°λ₯Ό μν μ΄μ ν νλ¦Ώ | ||
| title: 'Feature: μ λͺ©μ μ μ΄μ£ΌμΈμ' | ||
| labels: '' | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| ## :sparkles: μ€λͺ | ||
| > κΈ°λ₯μ λν μμΈν μ€λͺ μ μ μ΄μ£ΌμΈμ. | ||
|
|
||
| ## :pushpin: ν΄μΌ ν μΌ | ||
| - [ ] κΈ°λ₯ ꡬνμ μν΄ | ||
| - [ ] ν΄μΌ ν μΌλ€μ | ||
| - [ ] μ μ΄μ£ΌμΈμ. | ||
|
|
||
| ## :calendar: κΈ°ν | ||
| > κΈ°νμ΄ μ€μ λ κ²½μ° μ μ΄μ£ΌμΈμ. | ||
| name: Feature request | ||
| description: Suggest an idea for this project | ||
| title: "[Feature]: " | ||
| labels: "κΈ°λ₯" | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| μλ‘μ΄ κΈ°λ₯μ λν΄μ μ€λͺ ν΄μ£ΌμΈμ. | ||
| - type: textarea | ||
| id: context | ||
| attributes: | ||
| label: κΈ°λ₯ | ||
| description: μ΄λ€ κΈ°λ₯μΈκ°μ? | ||
| validations: | ||
| required: false | ||
|
Comment on lines
+5
to
+16
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. PR μ€λͺ κ³Ό μ€μ ꡬν λ΄μ©μ΄ μΌμΉνμ§ μμ΅λλ€. PR λͺ©νμλ λ€μ μΉμ λ€μ΄ ν¬ν¨λλ€κ³ λͺ μλμ΄ μμ΅λλ€:
νμ§λ§ μ€μ ν νλ¦Ώμλ λ§ν¬λ€μ΄ λΈλ‘ νλμ "κΈ°λ₯" ν μ€νΈ μμ νλλ§ ν¬ν¨λμ΄ μμ΅λλ€. λν PR λͺ©νμ μ€λͺ λ λ΄μ©μ PR ν νλ¦Ώ κΈ°λ₯μ²λΌ 보μ΄μ§λ§, μ΄ νμΌμ μ΄μ ν νλ¦Ώμ λλ€. π€ Prompt for AI Agents |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π§© Analysis chain
π Web query:
GitHub Issue Forms file extension requirementsπ‘ Result:
GitHub Issue Forms require YAML files with a .yml extension placed in the .github/ISSUE_TEMPLATE/ directory of the repository's default branch. Filenames are not case-sensitive and can be prefixed with numbers for ordering (e.g., bug-report.yml). The config.yml file in the same directory uses the same extension. While YAML parsers accept both .yml and .yaml, official documentation consistently uses and exemplifies .yml for issue forms, and templates are grouped by filetype with YAML files before Markdown. There are no strict requirements on other file extensions; any .yml file in that directory is recognized as an issue form if it has valid syntax (starting with name, description, body). Markdown templates use .md. For file uploads within issue forms (type: upload), supported extensions include images (.png, .jpg, etc. up to 10MB), videos (.mp4 etc. up to 100MB), documents (.pdf, .docx etc. 25MB), archives (.zip 25MB), with optional 'accept' attribute to restrict (comma-separated list like ".png,.jpg").
Citations:
νμΌ νμ₯μκ° μλͺ»λμμ΅λλ€ - ν νλ¦Ώμ΄ μλνμ§ μμ΅λλ€
GitHub Issue Formsλ
.ymlνμ₯μλ₯Ό μ¬μ©ν΄μΌ ν©λλ€. νμ¬ νμΌλͺ μ΄feature-template.mdλ‘ λμ΄ μμ΄ μ΄ ν νλ¦Ώμ΄ μ μμ μΌλ‘ μλνμ§ μμ΅λλ€. νμΌμ.github/ISSUE_TEMPLATE/feature-template.ymlλ‘ λ³κ²½νμΈμ.π€ Prompt for AI Agents