Skip to content

Commit 48f4fc4

Browse files
ehussfmease
andauthored
Apply suggestions from fmease
Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
1 parent 32d934e commit 48f4fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/triagebot/transfer.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The `transfer` command allows you to transfer a GitHub issue from one repository
66

77
To transfer an issue to another repository, enter a comment with the form:
88

9-
`@rustbot transfer` *repository-name*
9+
`@rustbot transfer <repository-name>`
1010

1111
It is recommended to also include a comment explaining why you are transferring. For example:
1212

@@ -19,7 +19,7 @@ implements diagnostic reports.
1919

2020
**IMPORTANT: There will be no visual indication that the issue is being transferred.** Due to GitHub API limitations, you will not see any activity. **You must reload the page** to view the issue in its new location. It may take a few moments for GitHub to transfer all the data.
2121

22-
**WARNING:** Transferring is a partially destructive command. For example, labels and milestones that don't exist in the target repository will be removed.
22+
**WARNING:** Transferring is a partially destructive command. For example, labels and milestones that don't exist in the target repository will be removed from the issue.
2323

2424
The transfer command is limited to team members of the rust-lang org, and transfers can only happen to repositories in the rust-lang org.
2525

0 commit comments

Comments
 (0)