|
1 | 1 | --- |
2 | | -name: Bug Report |
3 | | -about: Unexpected or broken behavior of serverless-api-project |
| 2 | +name: 🐛 Bug Report |
| 3 | +about: Unexpected or broken behavior of the framework 🤔 |
4 | 4 | labels: bug |
5 | 5 | --- |
6 | 6 |
|
7 | 7 | <!--- Please keep this note for the community ---> |
8 | 8 |
|
9 | 9 | ### Community Note |
10 | 10 |
|
11 | | -* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request |
12 | | -* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request |
13 | | -* If you are interested in working on this issue or have submitted a pull request, please leave a comment |
| 11 | +- Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request |
| 12 | +- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request |
| 13 | +- If you are interested in working on this issue or have submitted a pull request, please leave a comment |
14 | 14 |
|
15 | 15 | <!--- Thank you for keeping this note for the community ---> |
16 | 16 |
|
17 | | -## What did you perfomed |
18 | 17 |
|
19 | | -<!-- e.g. create a simple get route --> |
| 18 | +### What did you do? |
20 | 19 |
|
21 | | -### Expected Behavior |
| 20 | +### What did you expect to see? |
22 | 21 |
|
23 | | -<!--- What should have happened? ---> |
| 22 | +### What did you see instead? |
24 | 23 |
|
25 | | -### Actual Behavior |
| 24 | +### What version of Python are you using (`python --version`)? |
26 | 25 |
|
27 | | -<!--- What actually happened? ---> |
| 26 | +```sh |
| 27 | +$ python --version |
28 | 28 |
|
29 | | -## More info |
| 29 | +# Optionnally, provide the version of your dependencies |
| 30 | +$ pip freeze |
| 31 | +``` |
30 | 32 |
|
31 | | -<!-- verion of serverless-api-project used, your python version, your OS version, steps to reproduce, etc. --> |
| 33 | +### Does this issue reproduce with the latest release? |
0 commit comments