mistake or typo template

This commit is contained in:
Yuri Kuznetsov
2025-06-02 09:57:18 +03:00
parent 2d025dc67a
commit a64164b803

20
.github/ISSUE_TEMPLATE/code_mistake.md vendored Normal file
View File

@@ -0,0 +1,20 @@
---
name: Mistake or typo
about: Report a typo or mistake in the code.
title: ''
labels: ''
assignees: ''
---
**Describe the mistake**
A clear and concise description of the mistake or typo.
**Location**
Path of the file where the mistake is found. Paste the incorrect line or snippet if helpful.
****Suggested correction**
How it should be fixed.
**Additional context**
Add any other context about the problem here.