diff --git a/methodology-development.md b/methodology-development.md index 4ccb0ab..7799c86 100644 --- a/methodology-development.md +++ b/methodology-development.md @@ -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.