mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-13 20:13:15 +03:00
d499b6e9d3
Co-authored-by: zachvalenta <zvalenta@cappusa.com> |
||
---|---|---|
.. | ||
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