diff --git a/README.md b/README.md index c479446..7920591 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## DannyDannyDanny/gitmoji +## [DannyDannyDanny/Methodology](https://github.com/DannyDannyDanny/methodology/) Gitmoji @@ -6,13 +6,14 @@ ## Repo Roadmap * [x] 2021Q1: ~Gitmoji -> (general) Methodology~ :white_check_mark: -* [ ] 2021Q2: Development Methodology - * [x] Oneliner run commands +* 2021Q2: Development Methodology + * [x] Oneliner build / install / run / deploy * [ ] Git (Branching, Merging and Pull Requests) * [ ] [OpenStack](https://docs.openstack.org/hacking/latest/user/hacking.html#styleguide): Linting and Pre-commit Hooks -* [ ] 2021Q3: Organize other methodology better -* [ ] 2021Q4: Add collaborators - +* 2021Q3: Decide on sections +* [ ] Resolve [Joel's 12 Questions](https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/) +* 2021Q4 + * [ ] Add collaborators This methodology repo is focused on Python Data Processing based projects with som external dependencies (APIs or DBs). In your commit message use the format `:gitmoji: `. Only propper nouns, CamelCase and class names should have uppercases letters. Avoid using multiple gitmojis. @@ -50,7 +51,6 @@ pipenv run python . #cd .. && rm -rf cool-user-repo-online ``` - ## Git Branching > Coming soon! 🚧