This commit is contained in:
dannydannydanny 2021-04-09 13:25:12 +02:00 committed by GitHub
parent c6db9b6831
commit 3579ec7e5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
## DannyDannyDanny/gitmoji ## [DannyDannyDanny/Methodology](https://github.com/DannyDannyDanny/methodology/)
<a href="https://gitmoji.carloscuesta.me"> <a href="https://gitmoji.carloscuesta.me">
<img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square" alt="Gitmoji"> <img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square" alt="Gitmoji">
@ -6,13 +6,14 @@
## Repo Roadmap ## Repo Roadmap
* [x] 2021Q1: ~Gitmoji -> (general) Methodology~ :white_check_mark: * [x] 2021Q1: ~Gitmoji -> (general) Methodology~ :white_check_mark:
* [ ] 2021Q2: Development Methodology * 2021Q2: Development Methodology
* [x] Oneliner run commands * [x] Oneliner build / install / run / deploy
* [ ] Git (Branching, Merging and Pull Requests) * [ ] Git (Branching, Merging and Pull Requests)
* [ ] [OpenStack](https://docs.openstack.org/hacking/latest/user/hacking.html#styleguide): Linting and Pre-commit Hooks * [ ] [OpenStack](https://docs.openstack.org/hacking/latest/user/hacking.html#styleguide): Linting and Pre-commit Hooks
* [ ] 2021Q3: Organize other methodology better * 2021Q3: Decide on sections
* [ ] 2021Q4: Add collaborators * [ ] 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). 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: <commit message>`. Only propper nouns, CamelCase and class names should have uppercases letters. Avoid using multiple gitmojis. In your commit message use the format `:gitmoji: <commit message>`. 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 #cd .. && rm -rf cool-user-repo-online
``` ```
## Git Branching ## Git Branching
> Coming soon! 🚧 > Coming soon! 🚧