Commit Graph

95 Commits (8e6fe447ff1909569c34397e72b80c448f8891a8)

Author SHA1 Message Date
Mrugesh Mohapatra ce0c9ae9f9 docs: add the guide contribution instructions 2018-10-10 16:33:24 +05:30
Mrugesh Mohapatra ae2053e7a4 docs: update contributing guide 2018-10-10 16:33:24 +05:30
Mrugesh Mohapatra 729f3cfcb0 docs: reword FAQs 2018-10-10 16:33:24 +05:30
Mrugesh Mohapatra 9281aea45f docs: update contributing guides, and workflows 2018-10-10 16:33:24 +05:30
mrugesh mohapatra 3d0523931b docs: fixup typos and add CoC 2018-10-10 16:33:24 +05:30
Mrugesh Mohapatra 20d022cbe1 docs: update the navigation on main contributing 2018-10-10 16:33:24 +05:30
Mrugesh Mohapatra 66064c7493 docs: update intros to guide 2018-10-10 16:33:24 +05:30
Mrugesh Mohapatra 49a7214a17 docs: update general contributing docs 2018-10-10 16:33:24 +05:30
Mrugesh Mohapatra a216b7bec3 docs: move email setup to its own section 2018-10-10 16:33:24 +05:30
Stuart Taylor 927d46ab4b docs(contrib): Edits staging -> master, workflows (#18263) 2018-10-10 16:33:24 +05:30
Mrugesh Mohapatra 13ac984591 docs: update readme for licencing 2018-10-10 16:33:24 +05:30
Mrugesh Mohapatra 610ab8a8d5 docs: intial update for the main guide 2018-10-10 16:33:24 +05:30
Bouncey dc00eb8555 chore(root): Ensure development environment 2018-09-03 17:47:48 +05:30
Bouncey 57bfc029e4 fix(contributing): Update with new develop commands and port 2018-08-30 20:43:55 +05:30
Niraj Nandish 372f73ebdb fix(docs): Update and format CONTRIBUTING.md
Closes #17952
2018-08-23 12:56:57 +05:30
mpmaan a85bad9439 Fixes broken link of challenge types in contributor's guide (#17564) 2018-06-13 22:28:17 +09:00
Stuart Taylor 487f7c8153 fix(seed): challenge types (#17229)
Closes #17221
2018-05-24 21:27:09 +05:30
Marcus Chong 26ec1a6ea7 fixed broken link in contributing.md (#17159) 2018-05-14 09:34:46 +01:00
Stacy Jean-Philippe 3f09b234ec docs(documentation): Fix PR instructions inconsistency (#17124)
Closes #17090
2018-05-05 00:31:55 +05:30
John Kennedy 6227fb5d94 updates to MailHog instructions (#17113)
* updates to MailHog instructions

* add images for mailhog section

* changed image links
2018-05-04 21:48:14 +05:30
Dipesh Wagle 313594ef11 docs(CONTRIBUTING): fix redundant broken links (#17070) 2018-04-27 03:33:26 +05:30
Varun 2d01080eb6 fix: MailHog installation guide (#17025) 2018-04-06 13:26:10 +05:30
Steven D Anderson ee103923ad fix(contribute): Creating a new user (#16974)
* fix(contribute): Creating a new user
* fix: moving create user guide below shared header
2018-04-05 16:16:14 +12:00
Alex Chaffee d01e0e421e feat(seed): add dasherized titles to unpacked filenames 2018-04-03 19:53:44 +05:30
Alex Chaffee 7133fd8516 docs(seed): clarify repack, fix a couple broken links 2018-04-03 19:53:44 +05:30
Alex Chaffee b849fe269c docs(seed): move unpack/repack docs up to main CONTRIBUTING file 2018-04-03 19:53:44 +05:30
Alex Chaffee a8484873d8 feat(seed): "unpack" and "repack" scripts
add "npm run seed" as alias to "node seed"

unpack tests and solution into HTML file; add titles and help text; style unpacked file

enable running unpacked assert tests in browser

Using browserify, compile "tape", "lodash", jQuery into "unpacked-bundle.js" for use during in-browser unpacked tests

feat(seed): diff after repacking

feat(seed): unpacked tests use Browser TAP chrome dev tool if available
2018-04-03 19:52:56 +05:30
Quincy Larson ee051d47bc docs(documentation): Update readme.md and contributor.md (#16990) 2018-03-31 01:17:08 +05:30
Otto Jongerius ef37c3bee2 feat: Allows sharing of network (#16937)
build(docker): Expose mailhog port.

build(Docker): Improve wording.

build(docker): Mailhog and network changes.

    * Add mailhog container to shared network to enable connectivity
    * Configure project name for docker compose in .env sample file,
        without it the basename of the repo directory is used, which
        makes it unreachable for other services
    * Set mailhog host to mailhog (instead of localhost) if MAILHOG_HOST
      env var is set
    * Expose 1025 to enable local troubleshooting

build(docker): Update README to reflect compose changes.
2018-03-30 09:21:09 +05:30
otar a7f5785b04 docs(Docker): Refactored Docker environment. (#16825)
docker-compose.yml renamed to sample.docker-compose.yml.
docker-compose.yml added to .gitignore so every developer can copy it from sample.docker-compose.yml and make changes according to their local needs.

docs(Docker): Updated docs for Docker install.
Added Docker specific installation instructions.

docs(Docker): Applied changes requested on PR.
Extra 8000 port forwarding removed.
Mongo db configuration moved inside dokcer-compose config.
Cleanup spacing and typos.

docs(Docker): Added docker and docker-compose installation links.
2018-03-23 11:50:21 +05:30
Paul Rail 762ac787b9 docs: add instructions to re-seed the changed files (#16887) 2018-03-14 10:48:57 +05:30
Sava Vuckovic 3cb7caa7e8 docs(common steps): Clarify PR instructions (#16667) 2018-02-10 22:12:37 +05:30
Alex Chaffee eacd4d7bb0 docs(seed): Document how to edit and test challenges (#16511)
* docs(seed): Document how to edit and test challenges

add seed/README.md documenting scripts and schema for challenges
edit challenge-style-guide with mongodb id generation info

Closes #16373

docs(seed): add Ethan's video, apply PR feedback

* docs: fix up syntax highlight

While it was ideal to have ```json, its not really doing anything in terms of highlight. But, the side effect in diff is making the other parts really ugly and unreadable.

Hence fixing up.
2018-01-20 22:00:21 +05:30
Kristofer Koishigawa b911a5d724 docs: Add Linux MailHog install commands (#16366) 2017-12-29 17:07:41 +05:30
Timo bd8f03cfc4 docs(contributing): Tweak CONTRIBUTING.md (#16347) 2017-12-28 18:09:25 +05:30
Zuzana 972466de1e docs: Update to the contributing guidelines (#16225) 2017-12-21 22:03:16 +05:30
Stuart Taylor 3c4f7b6a15 feat(dev): Update CONTRIBUTING 2017-12-16 10:17:33 +00:00
Ethan Arrowood edefb2d34c docs(contribuing): Update links to MongoDB Community Edition
Change link to documentation instructions on how to download the community edition.
2017-12-09 01:50:50 +05:30
Mrugesh Mohapatra da24e83dfd chore(node): Update node version to 8x
Closes #15951
2017-11-01 01:20:55 +05:30
Magicansk 56d4bc40ea fix(docs): Update Contributing Guidelines (#16025) 2017-10-24 22:45:56 +05:30
Prateek ac304bc902 feat: Add conventional commits note to contributing.md
fix(documentation): Changes post review

fix(documentation): Change case for heading

fix(documentation): Change case for heading
2017-10-08 10:02:57 +05:30
Nick Ferraro 136171c4d1 fix(setup): Include MailHog setup instructions
With the changes to passwordless account creation, contributors are
unable to create an account locally. MailHog spins up a local SMPT
server that can catch all outgoing emails, allowing contributors to
successfully create accounts and see any other emails generated locally.

Closes #15838
2017-10-03 22:14:19 -07:00
Timo dcfe18d5d5 refactor: Replace .com with .org 2017-08-26 00:07:44 +02:00
Markus Englund b96c4d39f5 docs(contributing): Add correct commands for installing and running mo (#15686)
Closes #15648
2017-07-28 19:13:29 +05:30
mrugesh mohapatra c0e876142a feat(tools): Add commitizen and cz-freecodecamp (#15589) 2017-07-05 14:49:58 -07:00
jools 1cb1427a27 minor text changes (then => than) 2017-04-04 11:01:07 +02:00
Petr Gazarov f85bfc9fab Remove bower mentions from docs and .gitignore 2017-02-27 23:44:30 -05:00
Berkeley Martinez 81d720da5b Merge pull request #11474 from petrgazarov/chore/remove-bower
Remove bower and port dependencies over to npm
2017-02-27 15:03:59 -08:00
Atomk 79d37751ae Fix link and capitalization
Use a relative link to the same repository instead of an absolute one to the freeCodeCamp repo.
2017-02-27 12:28:19 +01:00
Petr Gazarov f159027025 Remove bower and port dependencies over to npm 2017-02-09 00:09:39 -05:00