├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── assets ├── css │ ├── style-dev.less │ └── style.css ├── images │ ├── nav-selected-indicator.svg │ ├── science-fox.svg │ └── science-lab-logo.svg └── javascript │ ├── less.js │ └── script.js ├── code_of_conduct └── index.html ├── contributing └── index.html ├── data_reuse └── index.html ├── dev_template └── index.html ├── diversity ├── README.md ├── diversity-exercise.pdf ├── diversity-roles.pdf └── diversity-tips.pdf ├── github_for_collaboration └── index.html ├── handouts ├── code_of_conduct.md ├── contributing.md ├── data_reuse_plan.md ├── data_reuse_plan_template.md ├── gitHub_for_collaboration.md ├── image-list.html ├── image-list.md ├── img │ ├── Screen Shot 2016-02-03 at 6.31.04 PM.png │ ├── Screen Shot 2016-02-03 at 6.48.44 PM.png │ ├── badges_open_canvas.jpg │ ├── branching-naming.png │ ├── branching-navigate.png │ ├── coc-commit-message.png │ ├── coc-content-additions.png │ ├── coc-content.png │ ├── coc-submitted.png │ ├── feedbackissue.png │ ├── feedbackissue.psd │ ├── fork-button.png │ ├── fork-initializing.png │ ├── fork-page.png │ ├── fork-where.png │ ├── issue-convo.png │ ├── issue-first-comment.png │ ├── issues-labels.png │ ├── issues-search.png │ ├── merge-pull-request.png │ ├── open_canvas.jpg │ ├── open_canvas_details.jpg │ ├── pull-request-ask.png │ ├── pull-request-button.png │ ├── pull-request-comment.png │ ├── pull-request-message.png │ ├── pull-request-selection.png │ ├── pull-request-specifying-branch-01.png │ ├── pull-request-submitted.png │ ├── repo-issues.png │ ├── repo-labels.png │ ├── repo-learning.png │ ├── repo.png │ ├── respondtoissue.png │ └── reviewrequest.png ├── roadmapping.md ├── sprints_events.md ├── user_person_pathways.md └── writing_readmes.md ├── humans.txt ├── index.html ├── open_canvas └── index.html ├── personas_pathways └── index.html ├── roadmap.md ├── roadmapping └── index.html ├── sprints_events └── index.html ├── template └── index.html ├── wow-schedule.md └── writing_readme └── index.html /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/README.md -------------------------------------------------------------------------------- /assets/css/style-dev.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/assets/css/style-dev.less -------------------------------------------------------------------------------- /assets/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/assets/css/style.css -------------------------------------------------------------------------------- /assets/images/nav-selected-indicator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/assets/images/nav-selected-indicator.svg -------------------------------------------------------------------------------- /assets/images/science-fox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/assets/images/science-fox.svg -------------------------------------------------------------------------------- /assets/images/science-lab-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/assets/images/science-lab-logo.svg -------------------------------------------------------------------------------- /assets/javascript/less.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/assets/javascript/less.js -------------------------------------------------------------------------------- /assets/javascript/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/assets/javascript/script.js -------------------------------------------------------------------------------- /code_of_conduct/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/code_of_conduct/index.html -------------------------------------------------------------------------------- /contributing/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/contributing/index.html -------------------------------------------------------------------------------- /data_reuse/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/data_reuse/index.html -------------------------------------------------------------------------------- /dev_template/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/dev_template/index.html -------------------------------------------------------------------------------- /diversity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/diversity/README.md -------------------------------------------------------------------------------- /diversity/diversity-exercise.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/diversity/diversity-exercise.pdf -------------------------------------------------------------------------------- /diversity/diversity-roles.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/diversity/diversity-roles.pdf -------------------------------------------------------------------------------- /diversity/diversity-tips.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/diversity/diversity-tips.pdf -------------------------------------------------------------------------------- /github_for_collaboration/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/github_for_collaboration/index.html -------------------------------------------------------------------------------- /handouts/code_of_conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/code_of_conduct.md -------------------------------------------------------------------------------- /handouts/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/contributing.md -------------------------------------------------------------------------------- /handouts/data_reuse_plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/data_reuse_plan.md -------------------------------------------------------------------------------- /handouts/data_reuse_plan_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/data_reuse_plan_template.md -------------------------------------------------------------------------------- /handouts/gitHub_for_collaboration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/gitHub_for_collaboration.md -------------------------------------------------------------------------------- /handouts/image-list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/image-list.html -------------------------------------------------------------------------------- /handouts/image-list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/image-list.md -------------------------------------------------------------------------------- /handouts/img/Screen Shot 2016-02-03 at 6.31.04 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/Screen Shot 2016-02-03 at 6.31.04 PM.png -------------------------------------------------------------------------------- /handouts/img/Screen Shot 2016-02-03 at 6.48.44 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/Screen Shot 2016-02-03 at 6.48.44 PM.png -------------------------------------------------------------------------------- /handouts/img/badges_open_canvas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/badges_open_canvas.jpg -------------------------------------------------------------------------------- /handouts/img/branching-naming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/branching-naming.png -------------------------------------------------------------------------------- /handouts/img/branching-navigate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/branching-navigate.png -------------------------------------------------------------------------------- /handouts/img/coc-commit-message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/coc-commit-message.png -------------------------------------------------------------------------------- /handouts/img/coc-content-additions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/coc-content-additions.png -------------------------------------------------------------------------------- /handouts/img/coc-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/coc-content.png -------------------------------------------------------------------------------- /handouts/img/coc-submitted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/coc-submitted.png -------------------------------------------------------------------------------- /handouts/img/feedbackissue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/feedbackissue.png -------------------------------------------------------------------------------- /handouts/img/feedbackissue.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/feedbackissue.psd -------------------------------------------------------------------------------- /handouts/img/fork-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/fork-button.png -------------------------------------------------------------------------------- /handouts/img/fork-initializing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/fork-initializing.png -------------------------------------------------------------------------------- /handouts/img/fork-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/fork-page.png -------------------------------------------------------------------------------- /handouts/img/fork-where.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/fork-where.png -------------------------------------------------------------------------------- /handouts/img/issue-convo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/issue-convo.png -------------------------------------------------------------------------------- /handouts/img/issue-first-comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/issue-first-comment.png -------------------------------------------------------------------------------- /handouts/img/issues-labels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/issues-labels.png -------------------------------------------------------------------------------- /handouts/img/issues-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/issues-search.png -------------------------------------------------------------------------------- /handouts/img/merge-pull-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/merge-pull-request.png -------------------------------------------------------------------------------- /handouts/img/open_canvas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/open_canvas.jpg -------------------------------------------------------------------------------- /handouts/img/open_canvas_details.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/open_canvas_details.jpg -------------------------------------------------------------------------------- /handouts/img/pull-request-ask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/pull-request-ask.png -------------------------------------------------------------------------------- /handouts/img/pull-request-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/pull-request-button.png -------------------------------------------------------------------------------- /handouts/img/pull-request-comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/pull-request-comment.png -------------------------------------------------------------------------------- /handouts/img/pull-request-message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/pull-request-message.png -------------------------------------------------------------------------------- /handouts/img/pull-request-selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/pull-request-selection.png -------------------------------------------------------------------------------- /handouts/img/pull-request-specifying-branch-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/pull-request-specifying-branch-01.png -------------------------------------------------------------------------------- /handouts/img/pull-request-submitted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/pull-request-submitted.png -------------------------------------------------------------------------------- /handouts/img/repo-issues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/repo-issues.png -------------------------------------------------------------------------------- /handouts/img/repo-labels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/repo-labels.png -------------------------------------------------------------------------------- /handouts/img/repo-learning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/repo-learning.png -------------------------------------------------------------------------------- /handouts/img/repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/repo.png -------------------------------------------------------------------------------- /handouts/img/respondtoissue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/respondtoissue.png -------------------------------------------------------------------------------- /handouts/img/reviewrequest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/img/reviewrequest.png -------------------------------------------------------------------------------- /handouts/roadmapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/roadmapping.md -------------------------------------------------------------------------------- /handouts/sprints_events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/sprints_events.md -------------------------------------------------------------------------------- /handouts/user_person_pathways.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/user_person_pathways.md -------------------------------------------------------------------------------- /handouts/writing_readmes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/handouts/writing_readmes.md -------------------------------------------------------------------------------- /humans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/humans.txt -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/index.html -------------------------------------------------------------------------------- /open_canvas/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/open_canvas/index.html -------------------------------------------------------------------------------- /personas_pathways/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/personas_pathways/index.html -------------------------------------------------------------------------------- /roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/roadmap.md -------------------------------------------------------------------------------- /roadmapping/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/roadmapping/index.html -------------------------------------------------------------------------------- /sprints_events/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/sprints_events/index.html -------------------------------------------------------------------------------- /template/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/template/index.html -------------------------------------------------------------------------------- /wow-schedule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/wow-schedule.md -------------------------------------------------------------------------------- /writing_readme/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozillascience/working-open-workshop/HEAD/writing_readme/index.html --------------------------------------------------------------------------------