Difference between revisions of "Documentation/4.1/Developers/Tutorials/ContributePatch"
From Slicer Wiki
m |
m |
||
Line 1: | Line 1: | ||
Assuming you followed the [[Documentation/4.1/Developers/StartHere#New_community_member_checklist|New community member checklist]], you should have a clone of Slicer. | Assuming you followed the [[Documentation/4.1/Developers/StartHere#New_community_member_checklist|New community member checklist]], you should have a clone of Slicer. | ||
− | |||
* 1. Create an issue in the [http://na-mic.org/Mantis/bug_report_page.php tracker]. For example, see issue [http://na-mic.org/Mantis/view.php?id=1906 #1906] | * 1. Create an issue in the [http://na-mic.org/Mantis/bug_report_page.php tracker]. For example, see issue [http://na-mic.org/Mantis/view.php?id=1906 #1906] |
Revision as of 16:24, 20 June 2012
Home < Documentation < 4.1 < Developers < Tutorials < ContributePatchAssuming you followed the New community member checklist, you should have a clone of Slicer.
- 2. Make sure your fork is a git remote. Replace
jcfr
with your git login.
git remote add jcfr git@github.com:jcfr/Slicer.git
- 3. Create a topic named
<issuer_number>-a-descriptive-topic-name
. For example:
git checkout -b 1906-uninstall-extensions-on-restart
- 4. Add a note to the issue with a link pointing to your topic. For example, see note 1906#c4578
Topic pushed to https://github.com/jcfr/Slicer/tree/1906-uninstall-extensions-on-restart