Open Design: Difference between revisions

Jump to navigation Jump to search
m
formatting
(formatting)
m (formatting)
Line 131: Line 131:
:5. '''Prepare your commit.'''
:5. '''Prepare your commit.'''
::"Committing" means you are saving a particular state of your local repo. If you changed just one file, your commit consists only of that file. If you changed several files, your commit consists of all the changed files.
::"Committing" means you are saving a particular state of your local repo. If you changed just one file, your commit consists only of that file. If you changed several files, your commit consists of all the changed files.
::* Enter a title for your commit in the Summary field. For example, Updated PTW spec."
::* Enter a title for your commit in the Summary field. For example, "Updated PTW spec."
::* Enter a longer description for your commit in the Description field. Here you can describe the difference between your changes and the current versions on the remote Github repo. For example, you could copy your Change Log details into the Description field.  
::* Enter a longer description for your commit in the Description field. Here you can describe the difference between your changes and the current versions on the remote Github repo. For example, you could copy your Change Log details into the Description field.  
::: ''Note: the Summary and Description are displayed on the Github remote repo, so other people can see what you’ve changed.''
::: ''Note: the Summary and Description are displayed on the Github remote repo, so other people can see what you’ve changed.''
Line 157: Line 157:


:''Tip:''
:''Tip:''
* If you need to stop in the middle of Steps 2-7 and start over later, it's a good idea to start over again at Step 2. This helps ensure that you don’t overwrite someone else’s change to the same file.
::* If you need to stop in the middle of Steps 2-7 and start over later, it's a good idea to start over again at Step 2. This helps ensure that you don’t overwrite someone else’s change to the same file.


=== Gathering Feedback from Team and Collaborators ===
=== Gathering Feedback from Team and Collaborators ===
Confirmed users
195

edits

Navigation menu