Skip to content

Commit 506aa2f

Browse files
authored
Update Contributing-to-ldmx-sw.md
1 parent d61c788 commit 506aa2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/developing/Contributing-to-ldmx-sw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before you start, an [issue should be added to the ldmx-sw issue tracker](https:
2121
### Branch Name Convention
2222
Then you should make a local branch from `trunk` using a command like `git checkout -b iss1234-short-desc` where _1234_ is the issue number from the issue tracker and `short-desc` is a short description (using `-` as spaces) of what the branch is working one.
2323

24-
Once you have committed your local changes to this branch using the `git add` and `git commit` commands, then push your branch to github using a command like `git push -u origin 1234-short-desc`.
24+
Once you have committed your local changes to this branch using the `git add` and `git commit` commands, then push your branch to github using a command like `git push -u origin iss1234-short-desc`.
2525

2626
Finally, [submit a pull request](https://github.com/LDMX-Software/ldmx-sw/compare) to integrate your changes by selecting your branch in the _compare_ dropdown box and clicking the green buttons to make the PR. This should be reviewed and merged or changes may be requested before the code can be integrated into the master.
2727

0 commit comments

Comments
 (0)