0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/contributing
Matt Westcott 3134ffa119 Recommend npm install --no-save when setting up node toolchain (#5161)
Running `npm install` without `--no-save` can introduce spurious changes to package-lock.json due to differences in platform / node version, and these have been known to accidentally sneak into people's PRs. `npm install` without `--no-save` should only be used when actively updating node dependencies in package.json.
2019-03-21 20:41:14 +00:00
..
committing.rst Update contribution documentation for core team members (#3318) 2017-02-03 09:46:15 +00:00
css_guidelines.rst Recommend npm install --no-save when setting up node toolchain (#5161) 2019-03-21 20:41:14 +00:00
developing.rst Recommend npm install --no-save when setting up node toolchain (#5161) 2019-03-21 20:41:14 +00:00
general_guidelines.rst Add guideline on the use of British vs American English 2018-06-27 20:39:08 +01:00
index.rst Add PyPI trove classifiers for Wagtail 2018-10-28 16:43:42 +03:00
issue_tracking.rst Improve description of real-soon-now milestone 2017-11-17 14:39:12 +00:00
javascript_guidelines.rst Recommend npm install --no-save when setting up node toolchain (#5161) 2019-03-21 20:41:14 +00:00
python_guidelines.rst Remove Python 2 from CI and docs 2017-10-11 16:40:10 +01:00
release_process.rst Adds "Supported versions of Django" 2016-09-21 18:50:44 +01:00
styleguide.rst Renamed wagtail.contrib.wagtailstyleguide to wagtail.contrib.styleguide 2017-11-26 22:43:47 +00:00