├── README.md └── issue_template.md /README.md: -------------------------------------------------------------------------------- 1 | # Community 2 | -------------------------------------------------------------------------------- /issue_template.md: -------------------------------------------------------------------------------- 1 | #### System information 2 | 3 | AKASHA version: ` ` 4 | Operating System: ` ` 5 | Web Browser (if applicable): ` ` 6 | 7 | #### Expected behaviour 8 | 9 | 10 | #### Actual behaviour 11 | 12 | 13 | #### Steps to reproduce the problem 14 | 15 | 16 | **Please, add screenshots!** 17 | --------------------------------------------------------------------------------