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

Development.md: How to Develop Meteor Itself #8267

Merged
merged 35 commits into from Mar 9, 2017

Commits on Feb 13, 2017

  1. Blank slate Development.md

    abernix committed Feb 13, 2017
    Copy the full SHA
    738582c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    630ce09 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    168b746 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ccd0ca7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5898af5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    68a7e67 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c82344b View commit details
    Browse the repository at this point in the history
  8. Slight text adjustments

    abernix committed Feb 13, 2017
    Copy the full SHA
    5413686 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    118ad6b View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d2b3707 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    364e276 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    19d3e55 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    56a60e9 View commit details
    Browse the repository at this point in the history
  14. Add test headings.

    abernix committed Feb 13, 2017
    Copy the full SHA
    e222c29 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    74a2af3 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    d9ffeb2 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    388ecc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. Copy the full SHA
    37f4c03 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Add section on code style.

    abernix committed Feb 20, 2017
    Copy the full SHA
    5949d75 View commit details
    Browse the repository at this point in the history
  2. Add section on commit messages.

    While the title is obvious, I guess I should add a commit description
    here for the sake of fully explaining the importance of a good commit
    message!  This commit, along with the ones before it should help make it
    very clear how to contribute to Meteor!
    abernix committed Feb 20, 2017
    Copy the full SHA
    e8f87fc View commit details
    Browse the repository at this point in the history
  3. Update core contributor list.

    In addition to adding myself, this adds Hugh Willson (@hwillson) and removes past contributors not currently active.
    abernix committed Feb 20, 2017
    Copy the full SHA
    509396b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    184044e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    53ea9eb View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8b3284b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e087c8d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    81ded3d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Copy the full SHA
    0b76f01 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    58d8c5a View commit details
    Browse the repository at this point in the history
  3. Add link to guide.

    abernix committed Feb 28, 2017
    Copy the full SHA
    3e034e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Suggest the use an alias for frequent contribution.

    Per PR suggestions, add a suggestion to make an alias for more frequent use.  Also, due to difficulty of formatting aforementioned change, move unrelated Note (which didn't belong there) to a more prominent section called "Notes when running from a checkout"
    abernix committed Mar 1, 2017
    Copy the full SHA
    e50bebb View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. Add information about the "Dev Bundle".

    This moves the dev bundle step out of the "Running from checkout", simplifying those steps, but breaks things down much more in its own, new, section.
    abernix committed Mar 2, 2017
    Copy the full SHA
    8f85b09 View commit details
    Browse the repository at this point in the history
  2. Changes as suggested.

    Thanks to @klaussner and @hwillson for these suggestions!  I also changed some other trademark-y things. 😉
    abernix committed Mar 2, 2017
    Copy the full SHA
    38a7d17 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ad6d8a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Add a header to Development.md explaining its purpose.

    Great suggestion, @benjamn.  Thanks.
    abernix committed Mar 9, 2017
    Copy the full SHA
    e2825df View commit details
    Browse the repository at this point in the history
  2. Fix header type of "Notes when running from a checkout".

    This was inadvertently set as a "H1" (`#`) but should have been nested within the "Running from a Git checkout" section as an "H2" (`##`).
    abernix committed Mar 9, 2017
    Copy the full SHA
    1c9925d View commit details
    Browse the repository at this point in the history