Difference between revisions of "Documentation/Nightly/Developers/StartHere"

From Slicer Wiki
Jump to: navigation, search
(Thanks Alex Vergara for pointing this out.)
 
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
<noinclude>{{documentation/versioncheck}}</noinclude>
 
__TOC__
 
__TOC__
  
 
= New community member checklist =
 
= New community member checklist =
  
# {{Done}}&nbsp;&nbsp;&nbsp;[http://massmail.bwh.harvard.edu/mailman/listinfo/slicer-devel Sign-up] on the developers mailing list
+
&nbsp;&nbsp;{{Done}}&nbsp;&nbsp;&nbsp;Join
# {{Done}}&nbsp;&nbsp;&nbsp;[http://na-mic.org/Mantis/signup_page.php Register] on the issue tracker
+
:: Sign up on [https://discourse.slicer.org/ Slicer discourse website] to make sure you hear of new developments, releases and bug fixes.
# {{Done}}&nbsp;&nbsp;&nbsp;Join the [https://plus.google.com/u/0/communities/105715968666294296532 3DSlicer BarCamp] G+ community.
+
:: Sign-up on [https://github.com/join Github] and "star" the [https://github.com/Slicer/Slicer/ Slicer project] to show your support (click on the "Star" icon in the top-left corner).<!-- and [https://help.github.com/articles/set-up-git#set-up-git setup Git] -->
# {{Done}}&nbsp;&nbsp;&nbsp;Sign-up on [https://github.com/signup/free github] and [https://help.github.com/articles/set-up-git setup Git]
+
:: [http://na-mic.org/Mantis/signup_page.php Register] on the issue tracker
<!--
 
# {{Done}}&nbsp;&nbsp;&nbsp;[https://help.github.com/articles/fork-a-repo Fork] Slicer repository: https://github.com/Slicer/Slicer
 
-->
 
# {{Done}}&nbsp;&nbsp;&nbsp;Read the [[Documentation/{{documentation/version}}/Developers/Style Guide|Slicer Style Guidelines]] so that we all understand each other :)
 
# {{Done}}&nbsp;&nbsp;&nbsp;To contribute documentation, [[Special:RequestAccount|request an account]] on the wiki.
 
  
= Develop a module and create an extension =
 
  
<!-- # [[#Add_or_improve_a_functionality:_Where_to_start_.3F|Where to start?]] -->
+
&nbsp;&nbsp;{{Done}}&nbsp;&nbsp;&nbsp;Read
# Build [[Documentation/{{documentation/version}}/Developers/Build_Instructions|Slicer application]]
+
:: Scan through [[Documentation/{{documentation/version}}/Developers/FAQ|developer FAQ]].
# Learn about the [[Documentation/{{documentation/version}}/Developers/Modules|different type of modules]]
+
:: Read the [[Documentation/{{documentation/version}}/Developers/Style Guide|Slicer Style Guidelines]] so that we all understand each other :)
# Create
 
#: [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|CLI module]] or
 
#: [[Documentation/{{documentation/version}}/Developers/Modules#Loadable_Modules|Loadable module]] or
 
#: [[Documentation/{{documentation/version}}/Developers/Modules#Scripted_Modules|Scripted module]] or
 
#: [[Documentation/{{documentation/version}}/Developers/EditorExtension|Editor effect]]
 
# [[Documentation/{{documentation/version}}/HowTo|Read documentation guidelines]]
 
# [[Documentation/4.1/Developers/Build_Module|Build modules outside of Slicer source tree]].
 
# <code>Hack, hack, hack :)</code>
 
# [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle module(s) into a Slicer extension]]
 
# [[Documentation/{{documentation/version}}/Developers/Tutorials/BuildTestPackageDistributeExtensions|Build, test, package and distribute extensions]]
 
  
<!--
+
&nbsp;&nbsp;{{Done}}&nbsp;&nbsp;&nbsp;Create
= Add or improve a functionality: Where to start ? =
+
:: [[Documentation/{{documentation/version}}/Developers/Tutorials/BuildTestPackageDistributeExtensions|Step-by-step: How to create, build, test, distribute and maintain an extension ?]]
 +
:: [[Documentation/{{documentation/version}}/Developers/Build_Instructions|Step-by-step: How to build Slicer ?]]
  
[[File:SlicerDeveloper-ContributionWorkflow.png | 1100px]]
+
&nbsp;&nbsp;{{Done}}&nbsp;&nbsp;&nbsp;Contribute
-->
+
:: To improve this wiki: [[Special:RequestAccount|request an account]].
 
+
:: [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Step-by-step: How to contribute a patch ?]]
{{:Documentation/{{documentation/version}}/Developers/FAQ/General|General}}
 

Latest revision as of 18:13, 20 February 2019

Home < Documentation < Nightly < Developers < StartHere


For the latest Slicer documentation, visit the read-the-docs.


New community member checklist

  Check.svg   Join

Sign up on Slicer discourse website to make sure you hear of new developments, releases and bug fixes.
Sign-up on Github and "star" the Slicer project to show your support (click on the "Star" icon in the top-left corner).
Register on the issue tracker


  Check.svg   Read

Scan through developer FAQ.
Read the Slicer Style Guidelines so that we all understand each other :)

  Check.svg   Create

Step-by-step: How to create, build, test, distribute and maintain an extension ?
Step-by-step: How to build Slicer ?

  Check.svg   Contribute

To improve this wiki: request an account.
Step-by-step: How to contribute a patch ?