Add Joel
This commit is contained in:
parent
c6db9b6831
commit
3579ec7e5a
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -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! 🚧
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue