📝 sparkles project infrastructure

This commit is contained in:
dannydannydanny 2022-01-17 11:52:50 +01:00 committed by GitHub
parent 8a278cf4c3
commit 370c958c6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,6 @@
* [ ] Information that doesn't fit into phases goes to [_Topic Hierarchy_](#topic-hierarchy)
* [ ] Add [Custom utils](https://dev.to/kenbellows/a-few-python-repl-config-tricks-3o6i).
### Sections
* [Setup](#setup) ([Version Control](#setup-version-control), [Environments](#setup-server-management), Documentation)
* [Develop](#develop) ([Version Control](#develop-with-version-control), Server Management, Documentation)
@ -100,6 +99,15 @@ Context:
# -> feature1 is rejected and made obsolete
```
#### Project Infrastructure
|Project Infrastructure | Example |
|----|----|
| Issue / Project tracking | Jira |
| Code repository | Github / RedMine |
| Knowledge Base / Document Center | Confluence / RedMine |
| Docker registry | Docker Hub / Harbor / AWS Contanier Registry |
#### Topic Hierarchy
* **Documentation**
* Use [Google's Markdown Style Guide](https://google.github.io/styleguide/docguide/style.html) for written documentation.