mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-26 10:41:41 +00:00
Add a new section to the PR template encouraging contributors to attach visual demos of their changes. This helps reviewers understand changes quickly and prioritizes reviews. Also update CONTRIBUTING.md with guidelines for different types of changes (bug fixes, features, refactors). Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 KiB
1 KiB
| description |
|---|
| Create a pull request based on staged code changes |
Create PR
Overview
Create a well-structured pull request with proper description and title.
Steps
-
Review staged changes
- Review all staged changes to understand what has been done
- Do not touch unstaged changes
-
Prepare branch
- Create a new branch with proper name if current branch is main
- Ensure all changes are committed
- Push branch to remote
-
Write PR description
- Use PR Template below
- Summarize changes clearly
- Include context and motivation
- List any breaking changes
- Link related issues if provided, or use "No linked issues"
- Leave the "Screenshots / Video Demo" section empty for the author to fill in manually
- Add this line at the end of PR body: "🤖 Generated with Qwen Code", with a line separator
-
Set up PR
- Create PR title and body
- Submit PR with gh command
PR Template
@{.github/pull_request_template.md}