GithubHelp home page GithubHelp logo

mozilla / webdev-bootcamp Goto Github PK

View Code? Open in Web Editor NEW
56.0 17.0 45.0 176 KB

INACTIVE - http://mzl.la/ghe-archive - How to be a Web developer at Mozilla

Home Page: http://mozweb.readthedocs.org

License: Other

Makefile 38.15% Python 61.85%
inactive unmaintained

webdev-bootcamp's Introduction

Mozilla Webdev Bootcamp

View this document at mozweb.readthedocs.org

A roadmap to success as a web developer contributing to Mozilla. Now with 80% more success!

Patches are always welcome! If you'd like to contribute, fork and make a pull request.

Building locally

The instructions below assume you have Python and pip installed. It is also strongly recommended that you create and activate a virtualenv first.

If you'd like to build the bootcamp locally:

pip install -r requirements.txt
make html

The resulting docs can be located under the _build/html directory.

You can also run make livehtml to launch a web server on http://127.0.0.1:8000 to rebuild the documentation automatically when any files are changed.

Licensing

Feel free to fork this repo or adapt its work for your own bootcamp. All work is licensed under a Creative Commons Attribution license.

webdev-bootcamp's People

Contributors

clouserw avatar craigcook avatar davedash avatar donovanglover avatar erikrose avatar fwenzel avatar groovecoder avatar jasongrlicky avatar jpetto avatar lonnen avatar mathjazz avatar mythmon avatar nigelbabu avatar openjck avatar ozten avatar peterbe avatar phrawzty avatar pmac avatar pmclanahan avatar rik avatar seanmonstar avatar tofumatt avatar vtsatskin avatar wagnerand avatar willkg avatar wlach avatar xfq avatar xtbhyn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

webdev-bootcamp's Issues

Add git submodule details

Since all of our projects use a -lib repos as a submodule at vendor/ we should add submodule details to our docs.

Esp. "Common scenarios" - Add a library, Update a library, Remove a library, Change a library origin, Fork and/or branch a library submodule, etc.

CODE_OF_CONDUCT.md file missing

As of January 1 2019, Mozilla requires that all GitHub projects include this CODE_OF_CONDUCT.md file in the project root. The file has two parts:

  1. Required Text - All text under the headings Community Participation Guidelines and How to Report, are required, and should not be altered.
  2. Optional Text - The Project Specific Etiquette heading provides a space to speak more specifically about ways people can work effectively and inclusively together. Some examples of those can be found on the Firefox Debugger project, and Common Voice. (The optional part is commented out in the raw template file, and will not be visible until you modify and uncomment that part.)

If you have any questions about this file, or Code of Conduct policies and procedures, please reach out to [email protected].

(Message COC001)

Outline Bugzilla r? -> SVN workflow

Lots of legacy tools are in SVN and require to attach a patch to a bug, r? then hopefully r+, followed by a commit to SVN (mentioning the bug number in the commit message) and then RESOLVED/FIXED in bugzilla (while mentioning the revision number in the bug).

Improve docs for github pull workflow

Currently, in terms of github workflow we have this:

http://mozweb.readthedocs.org/en/latest/git.html#working-on-projects

I think two things are missing:

  1. A slightly more elaborate explanation of these steps and/or weblinks with more information. The goal is to be able to point people (contractors, perhaps) at this and they should know how to get their code reviewed on an ongoing basis.
  2. There's no mention of rebasing/squashing commits before sending a pull request or landing it. There are different opinions on this, so we shouldn't go straight for the strictest option, but "squash your list of commits down to a few commits" or so is probably an agreeable opinion across webdev.

explain "avoid merge commits"

Git doc says "Most projects avoid merge commits unless they are necessary." but doesn't explain how to do so. GitHub's merge button always generates a merge commit (https://github.com/blog/843-the-merge-button) so it would be helpful to explain how to merge pull requests without a merge commit. I think the process is like http://help.github.com/send-pull-requests/ but instead of

$ git fetch <remote>
$ git merge <remote>/<branch>

is it

$ git fetch <remote>
$ git pull --rebase <remote>/<branch>

?

Obviously I'm not the one to write the doc on it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.