📝 🚚 move project planning to sections

This commit is contained in:
dannydannydanny 2021-11-03 10:41:40 +01:00 committed by GitHub
parent afd841831e
commit b68f774abc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,9 @@ Missing a gitmoji? Get [inspiration](https://gist.github.com/rxaviers/7360908).
Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or [Pull Request](https://github.com/DannyDannyDanny/gitmoji/pulls)). Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or [Pull Request](https://github.com/DannyDannyDanny/gitmoji/pulls)).
## Setup ## Setup
### Project Planning**
* Make a roadmap
* [non-linear roadmaps](https://productcrunch.substack.com/p/escaping-the-roadmap-trap)
* **[Setup Dev Machine](setup-dev-machine.md)** * **[Setup Dev Machine](setup-dev-machine.md)**
* **Setup Environments** * **Setup Environments**
* You won't always have a server - so get virtualized for development ASAP 🏁 (insert docker guide) * You won't always have a server - so get virtualized for development ASAP 🏁 (insert docker guide)
@ -148,8 +151,6 @@ Context:
* Save Matplotlib / Seaborn plots as `.svg`. * Save Matplotlib / Seaborn plots as `.svg`.
* Sketches and handwritten illustrations scanned / photographed as `.png`/`.jpg`. * Sketches and handwritten illustrations scanned / photographed as `.png`/`.jpg`.
* Scanned / photographed illustrations should be cropped, contrast and alligned. * Scanned / photographed illustrations should be cropped, contrast and alligned.
* **Project Planning**
* [non-linear roadmaps](https://productcrunch.substack.com/p/escaping-the-roadmap-trap)
* **DevOps** * **DevOps**
* Do [CodeReviews](https://softwareengineering.stackexchange.com/questions/141005/how-would-you-know-if-youve-written-readable-and-easily-maintainable-code/141010#141010) * Do [CodeReviews](https://softwareengineering.stackexchange.com/questions/141005/how-would-you-know-if-youve-written-readable-and-easily-maintainable-code/141010#141010)
* Use [scrum methodology](https://www.scruminc.com/scrum-glossary/) * Use [scrum methodology](https://www.scruminc.com/scrum-glossary/)