Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite2 #27

Merged
merged 29 commits into from
Jun 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
9bd269c
Draft new workflow in reference2.md
StoneyJackson Jun 4, 2018
069359a
Fix internal links
StoneyJackson Jun 4, 2018
6999f4a
Remove start of quick reference
StoneyJackson Jun 4, 2018
5976c26
Add a note about ALL_CAPS
StoneyJackson Jun 4, 2018
6c940a7
Adjust style slightly
StoneyJackson Jun 4, 2018
6fb8547
Create separate maintainer and contributor workflows
StoneyJackson Jun 4, 2018
275894f
Rename {role}-workflow.md to {role}.md
StoneyJackson Jun 6, 2018
d388311
Significant changes to activity and minor to roles
StoneyJackson Jun 6, 2018
dc54af2
Fix links to Work on an issue
StoneyJackson Jun 6, 2018
fb29f84
Add instructions for taking notes
StoneyJackson Jun 6, 2018
b12eb40
Update presentation
StoneyJackson Jun 6, 2018
e148127
Add licenses, update activity and README
StoneyJackson Jun 6, 2018
583a899
Push changes now pushes all branches
StoneyJackson Jun 7, 2018
2eebb9d
Make two recipes for push
StoneyJackson Jun 7, 2018
3d53545
Add not about force deleting a branch
StoneyJackson Jun 7, 2018
1fcc267
Add push master to update master recipe
StoneyJackson Jun 7, 2018
5202e0d
Separate the update push into its own step
StoneyJackson Jun 7, 2018
e2dd933
Add description to unstage recipe
StoneyJackson Jun 7, 2018
a401b2e
Add push to synch and add missing pull
StoneyJackson Jun 7, 2018
c291f84
Remove redundant "form teams"
StoneyJackson Jun 7, 2018
adae2ca
Improve team description per burged's suggestion
StoneyJackson Jun 7, 2018
5d9feda
Improve directions to faciliator
StoneyJackson Jun 7, 2018
d76b23b
Improve learning outcome about remotes
StoneyJackson Jun 7, 2018
bc7ef82
Add "as specified below" before link
StoneyJackson Jun 7, 2018
5b99215
Fix grammar
StoneyJackson Jun 7, 2018
769d30f
Integrate issue creation into claiming an issue
StoneyJackson Jun 8, 2018
1162d97
Fix grammar
StoneyJackson Jun 8, 2018
4c8f34c
Fix link
StoneyJackson Jun 8, 2018
921c98f
Fix link
StoneyJackson Jun 8, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Copyright 2016, Darci Burdge and Stoney Jackson
Copyright 2018 Darci Burdge and Stoney Jackson SOME RIGHTS RESERVED

This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ .
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,36 +37,33 @@ Participants will be able to:
- Prepare a fork and local repository to contribute changes to upstream project on GitHub
- Fork a project on GitHub
- Clone a local repository from a remote repository
- Create a remote in local repository to a remote repository
- Connect local repository to remote repository
- Prepare a branch to work on a feature or bug
- Create a local branch
- Push a local branch to a remote
- Issue a pull-request on GitHub
- Update repository with changes from upstream
- Fetch upstream changes into local repository
- Rebase feature branch onto upstream development branch
- Pull upstream changes into local repository
- Merge master into feature branch
- Resolve conflicts
- Push changes to remote
- Force push changes to remote
- Squash commits

## Contents

- activity.md - Activity participants work through.
- presentation.pptx - Overview presentation of workflow.
- reference.md - Detailed description of the workflow.
- [activity.md](activity.md) - Activity participants work through.
- [contributor.md](contributor.md) - Contributors' Guide.
- [maitainer.md](maintainer.md) - Maintainers' Guide.
- [presentation.pptx](presentation.pptx) - Overview presentation of workflow.

## Facilitation

- 10 min:
- ___Quickly___ presentation.pptx
- Form teams
- Hand out activity.md and reference.md, one hardcopy per team
- 50-70 min:
- 10-20 min:
- ___Quickly___ review presentation.pptx with class
- 60-80 min:
- Teams work through activity.md

## License
## Copyright and Licensing

(c) 2016 Darci Burdge and Stoney Jackson SOME RIGHTS RESERVED
Copyright 2018 Darci Burdge and Stoney Jackson SOME RIGHTS RESERVED

This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ .
Loading