Om Aximani
Om Aximani
Hello, There seems to be problem with link for "[🛠](https://www.youtube.com/playlist?list=PL9gnSGHSqcnojMGw6LDTkjs7avZ0f83Ap) DevOps Tool Playlist". The playlist does not exist where link is pointing to. 
Add Issue templates and PR templates to this project for maintaining standard way of writing issues and creating PR
Since `action/checkout@v2` uses `Node 12.x.x` and it is [deprecated](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/) I think we must use `action/checkout@v3` https://github.com/robusta-dev/robusta/blob/f237628424813884f576205d1d9440ffd7bddb95/.github/workflows/release.yaml#L17-L19
- Updated `checkout` action version to latest
I saw the code raises many exception from class `Exception`. First, the only way to handle differently multiple Exceptions is to check their message, which is error-prone and difficult to...
I tried flask running as [REST API](https://www.redhat.com/en/topics/api/what-is-a-rest-api) service but it was giving cors error. So I search and come up with this solution.