├── README.md └── docs └── issue_template.md /README.md: -------------------------------------------------------------------------------- 1 | # chatbottest guide 2 | 3 | Read about our collaborative guide [here](https://github.com/chatbottest-com/guide/wiki) 4 | -------------------------------------------------------------------------------- /docs/issue_template.md: -------------------------------------------------------------------------------- 1 | /// Use the template in case you want to suggest any new question or delete and send your issue as usual. 2 | 3 | # Your Category 4 | 5 | ----- 6 | 7 | ### Your Subcategory 8 | 9 | **Instructions** 10 | 11 | Your text here 12 | 13 | **Questions** 14 | 15 | Your text here 16 | --------------------------------------------------------------------------------