-
Notifications
You must be signed in to change notification settings - Fork 2
Add JavaScript-focused Copilot instructions for GitHub Chinese client development #4
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
Conversation
Co-authored-by: TechQuery <19969570+TechQuery@users.noreply.github.com>
Co-authored-by: TechQuery <19969570+TechQuery@users.noreply.github.com>
.github/copilot-instructions.md
Outdated
|
|
||
| ### Required HTTP server test | ||
| ```bash | ||
| cd /home/runner/work/GitHub/GitHub && python3 -m http.server 8080 |
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.
是一个 JavaScript 全栈项目,不要用其它语言。
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.
“不要用其它语言”的意思是:完全删除 Python 等语言的文字,我不需要任何替代方案。
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.
Removed all Python references from the Copilot instructions. The file now exclusively uses JavaScript/Node.js tooling with npx http-server as the only server option, reflecting the JavaScript full-stack nature of this project. Commit: 27b4565
|
@copilot 请根据 review 继续修改…… |
….js and note future refactoring plans Co-authored-by: TechQuery <19969570+TechQuery@users.noreply.github.com>
I've updated the Copilot instructions based on your review feedback: ✅ Prioritized Node.js - Changed the primary HTTP server recommendation to
The instructions now properly reflect the JavaScript-first approach while documenting the planned architectural improvements. Commit: 1bb7bc4 |
|
@copilot 这一点没改完:#4 (comment) |
Co-authored-by: TechQuery <19969570+TechQuery@users.noreply.github.com>
This PR adds comprehensive GitHub Copilot instructions to help developers work effectively with this Chinese GitHub client web application, with a pure JavaScript-first approach.
What's Added
Created
.github/copilot-instructions.mdwith detailed guidance covering:npx http-server -p 8080) exclusively, reflecting the JavaScript full-stack nature of this projectKey Features
Example Usage
The instructions enable developers to immediately start with JavaScript tooling:
This provides GitHub Copilot agents with everything needed to understand the current architecture while being aware of planned improvements in upcoming refactoring PRs.
Fixes #3.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.