Update methodology-development.md

This commit is contained in:
dannydannydanny 2022-01-17 16:36:26 +01:00 committed by GitHub
parent 626b38d608
commit 238c795565
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,8 @@
* Deploy using Docker. Docker keeps all your application events separate from OS events.
* **Setup Version Control**
* Connect to your repos using [ssh](https://stackoverflow.com/a/65415202/5684214).
* Setup git credentials
* `git config --local user.email (initialis)@(client comain)`
* Install and use [pre-commit hooks](https://pre-commit.com/) on your dev machine
* Setup [Travis-CI build testing](https://docs.travis-ci.com/user/customizing-the-build/#building-specific-branches)
* Add an [`.EditorConfig` file](https://editorconfig.org/)