mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-04 07:03:24 +03:00
c3ff05f95b
Closes: #1209 Change-Id: Id19d5013b04ef5c99a99d367bbf3d618b8be068b |
||
---|---|---|
.. | ||
man | ||
md | ||
architecture.md | ||
bug-graph-1.png | ||
cli-convention.md | ||
feature_matrix.md | ||
gen_docs.go | ||
howto-github.md | ||
jira_bridge.md | ||
merge1.png | ||
merge2.png | ||
model.md | ||
operations.png | ||
queries.md | ||
README.md |
Documentation
For users
- data model describes how the data model works and why.
- query language describes git-bug's query language.
- How-to: Read and edit offline your Github/Gitlab/Jira issues with git-bug
For developers
- ❗ data model describes how the data model works and why.
- ❗ internal bird-view gives an overview of the project architecture.
- ❗ Entity/DAG explains how to easily make your own distributed entity in git.
- query language describes git-bug's query language.
- JIRA bridge dev notes