Docs: introduce some basic docs and contribution guides for Analysis API

This commit is contained in:
Ilya Kirillov
2021-12-02 11:53:14 +01:00
parent 6c55e8cc58
commit c80d9d8dfb
7 changed files with 398 additions and 0 deletions
@@ -0,0 +1,4 @@
# Analysis API Development Process
* Analysis API is under active development now, and it is completely OK to make big and heavy changes. The main client of Analysis API now is FIR IDE. Please, make corresponding changes to the FIR IDE code on changes inside Analysis API. (TODO links to coop dev setup)
* Please read [Contributing Guidelines](contributing-guidelines.md) and [Code Style](code-style.md) requirements before start working on Analysis API.