Conversation
Member
|
原来你是这么个代理法啊 |
Co-authored-by: ZoruaFox <96456728+ZoruaFox@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] 请根据本项目实际情况,重新编写ISSUE_TEMPLATE
重写 ISSUE_TEMPLATE 以匹配 AddImgTag 扩展项目 / Rewrite ISSUE_TEMPLATE for AddImgTag extension project
Sep 25, 2025
Removed urgency dropdown from bug report template. Signed-off-by: ZoruaFox <96456728+ZoruaFox@users.noreply.github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Comment |
ZoruaFox
approved these changes
Sep 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题 / Issue
现有的 GitHub Issue 模板是从其他项目(YouShou Archives)复制的通用模板,与 AddImgTag 扩展项目的实际情况不符。模板中包含了不相关的引用和字段,无法有效收集与 MediaWiki 扩展相关的问题信息。
The existing GitHub issue templates were generic templates copied from another project (YouShou Archives) and didn't match the actual context of the AddImgTag extension project. The templates contained irrelevant references and fields that couldn't effectively collect MediaWiki extension-related issue information.
解决方案 / Solution
完全重写了 Issue 模板,使其专门针对 AddImgTag 扩展:
Completely rewrote the issue templates to be specifically tailored for the AddImgTag extension:
🐛 漏洞报告模板 / Bug Report Template
<img>标签解析{{#img:}}解析器函数✨ 功能请求模板 / Feature Request Template
⚙️ 配置文件 / Configuration File
config.yml文件技术改进 / Technical Improvements
All templates now properly reflect the AddImgTag extension's purpose as a MediaWiki extension that adds
<img>tag and{{#img:}}parser function support for MediaWiki 1.43+.测试 / Testing
Fixes the issue by providing project-appropriate issue templates that will help users report bugs and request features more effectively for the AddImgTag MediaWiki extension.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.