Skip to content

Add r2cn issue template#5

Merged
genedna merged 2 commits into
libra-tools:mainfrom
genedna:main
Sep 29, 2025
Merged

Add r2cn issue template#5
genedna merged 2 commits into
libra-tools:mainfrom
genedna:main

Conversation

@genedna

@genedna genedna commented Sep 29, 2025

Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: Quanyi Ma <eli@patch.sh>
Copilot AI review requested due to automatic review settings September 29, 2025 05:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds GitHub issue templates for the r2cn open source internship program. The templates provide structured formats for creating tasks and pre-tasks within the r2cn program.

  • Adds a comprehensive r2cn task template with sections for task details, requirements, coding standards, and mentor information
  • Adds a pre-task template for git-internal testing tasks
  • Both templates use Chinese language for content appropriate to the r2cn program

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/ISSUE_TEMPLATE/r2cn.md Comprehensive task template with coding standards, submission guidelines, and mentor contact information
.github/ISSUE_TEMPLATE/pre-task.md Simple pre-task template for git-internal testing tasks

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread .github/ISSUE_TEMPLATE/r2cn.md Outdated
Signed-off-by: Quanyi Ma <eli@patch.sh>
@genedna
genedna requested a review from Copilot September 29, 2025 05:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread docs/contributing.md
1. Report issues/bugs: If you find any issues or bugs in the project, please report them by creating an issue on the issue tracker. Describe the issue in detail and also mention the steps to reproduce it. The more details you provide, the easier it will be for me to investigate and fix the issue.
2. Suggest enhancements: If you have an idea to enhance or improve this project, you can suggest it by creating an issue on the issue tracker. Explain your enhancement in detail along with its use cases and benefits. I appreciate well-thought-out enhancement suggestions.
3. Contribute code: If you want to develop and contribute code, follow these steps:
- Familiarize yourself with the [Code of Conduct](CODE-OF-CONDUCT.md). git-internal has a strict policy against abusive, unethical, or illegal behavior.

Copilot AI Sep 29, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link to the code of conduct file is incorrect. The actual filename is code-of-conduct.md (lowercase with hyphens), not CODE-OF-CONDUCT.md.

Suggested change
- Familiarize yourself with the [Code of Conduct](CODE-OF-CONDUCT.md). git-internal has a strict policy against abusive, unethical, or illegal behavior.
- Familiarize yourself with the [Code of Conduct](code-of-conduct.md). git-internal has a strict policy against abusive, unethical, or illegal behavior.

Copilot uses AI. Check for mistakes.
Comment thread docs/contributing.md

- Ensure you have a local copy of your branch by checking out the pull request locally via command line.
- In your local branch, run: `git rebase HEAD~1 --signoff`
- Force push your changes to overwrite the branch: `git push --force-with-lease origin main` No newline at end of file

Copilot AI Sep 29, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The command references origin main but should reference the feature branch name, not main. This could cause contributors to accidentally push to the main branch instead of their feature branch.

Suggested change
- Force push your changes to overwrite the branch: `git push --force-with-lease origin main`
- Force push your changes to overwrite the branch: `git push --force-with-lease origin <feature-branch-name>`

Copilot uses AI. Check for mistakes.
2. 所有 __PR__ 提交必须通过 `GitHub Actions` 自动化测试,提交 __PR__ 后请关注 `GitHub Actions` 结果;
3. 代码注释均需要使用英文;

[__PR 提交地址__] 提交到 [git-internal](https://github.com/web3infra-foundation/git-internal) 仓库的 `main` 分支 `` 目录;

Copilot AI Sep 29, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The directory path is empty between the backticks. This should specify the actual target directory or be removed if submissions go to the root directory.

Suggested change
[__PR 提交地址__] 提交到 [git-internal](https://github.com/web3infra-foundation/git-internal) 仓库的 `main` 分支 `` 目录;
[__PR 提交地址__] 提交到 [git-internal](https://github.com/web3infra-foundation/git-internal) 仓库的 `main` 分支 目录;

Copilot uses AI. Check for mistakes.
@jjl9807
jjl9807 self-requested a review September 29, 2025 05:25
@genedna
genedna enabled auto-merge September 29, 2025 05:29
@genedna
genedna disabled auto-merge September 29, 2025 05:34
@genedna
genedna merged commit 6465d0c into libra-tools:main Sep 29, 2025
@github-actions github-actions Bot mentioned this pull request Feb 10, 2026
genedna added a commit to genedna/git-internal that referenced this pull request Mar 15, 2026
* Add r2cn issue template

Signed-off-by: Quanyi Ma <eli@patch.sh>

* Add documentations and update issue templates

Signed-off-by: Quanyi Ma <eli@patch.sh>

---------

Signed-off-by: Quanyi Ma <eli@patch.sh>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants