Skip to content

Commit 15971de

Browse files
committed
fix_issue_68 initial
1 parent 66f4821 commit 15971de

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/Migration-Trac-to-Github.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,16 @@ See also: https://trac.sagemath.org/ticket/30363
8585
- [Create the PR](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)
8686
- If it is not ready for review, [mark the PR as a "Draft"](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request)
8787
88-
- For contributing a change that addresses an existing open Issue, **instead of pushing a git branch to a Trac ticket**:
88+
- For contributing a change that addresses an existing open Issue that has been created on GitHub, **instead of pushing a git branch to a Trac ticket**:
8989
- same as above
9090
- [use `Fixes #ISSUENUMBER` to link to an existing issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue); this will auto-close the linked Issue when the PR is merged.
9191
92+
- For contributing a change that addresses an existing open Issue that has been migrated from Trac, **instead of pushing a git branch to a Trac ticket**:
93+
- Pull the branch from your read-only `trac` remote (see section *One time action: Instead of adding a git remote named trac*) as you use to do before.
94+
- Edit and commit your changes
95+
- Push the branch to the remote named `origin`, i.e., to your fork
96+
- Follow the instructions above from there
97+
9298
- For finding PRs that are waiting for review, **instead of using Trac ticket reports**:
9399
- [filter PRs by review status](https://docs.github.com/en/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests#filtering-pull-requests-by-review-status)
94100

0 commit comments

Comments
 (0)