|
| 1 | +--- |
| 2 | +name: PYTHON-NOTES-ISSUE |
| 3 | +about: I welcome contributions from the community! If you find any errors, typos, |
| 4 | + or have suggestions for improvement, please feel free to open an issue using the |
| 5 | + Issue Template. |
| 6 | +title: "[ENHANCEMENT]" |
| 7 | +labels: enhancement |
| 8 | +assignees: HarshKumarSaw |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +# Issue Title |
| 13 | + |
| 14 | + Please use a clear and concise title that describes the issue. |
| 15 | + |
| 16 | + |
| 17 | +# Issue Type |
| 18 | + |
| 19 | + * **Bug:** A problem with the code or examples in the notes. |
| 20 | + |
| 21 | + * **Typo:** A spelling or grammatical error in the notes. |
| 22 | + |
| 23 | + * **Enhancement:** A suggestion for improvement to the notes, such as adding new topics, examples, or exercises. |
| 24 | + |
| 25 | + * **Question:** A question about the Python concepts covered in the notes. |
| 26 | + |
| 27 | + |
| 28 | +# Description |
| 29 | + |
| 30 | + * **Describe the issue in detail:** |
| 31 | + |
| 32 | + * What is the expected behavior? |
| 33 | + |
| 34 | + * What is the actual behavior? |
| 35 | + |
| 36 | + * Please provide steps to reproduce the issue if applicable. |
| 37 | + |
| 38 | + * **Provide relevant code snippets:** If the issue relates to specific code examples, please include them in your description. |
| 39 | + |
| 40 | + * **Attach screenshots or logs:** If applicable, attach screenshots or log files to help illustrate the issue. |
| 41 | + |
| 42 | + |
| 43 | +## Additional Information (Optional) |
| 44 | + |
| 45 | + * **Your Python version:** Specify the version of Python you are using (e.g., Python 3.9). |
| 46 | + |
| 47 | + * **Operating system:** Specify the operating system you are using (e.g., Windows, macOS, Linux). |
| 48 | + |
| 49 | + * **Relevant libraries:** List any relevant libraries that are involved in the issue. |
| 50 | + |
| 51 | + |
| 52 | +## Thank You |
| 53 | + |
| 54 | + * Thank you for taking the time to report this issue! |
| 55 | + |
| 56 | + |
| 57 | +## Remember to: |
| 58 | + |
| 59 | + * Preview the issue before submitting it to ensure it is clear and concise. |
| 60 | + |
| 61 | + * Use markdown to format your issue description for better readability. |
0 commit comments