📝 sparkles project infrastructure
This commit is contained in:
parent
8a278cf4c3
commit
370c958c6a
1 changed files with 9 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue