diff --git a/.github/ISSUE_TEMPLATE/code_mistake.md b/.github/ISSUE_TEMPLATE/code_mistake.md new file mode 100644 index 0000000000..1c13438ffc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/code_mistake.md @@ -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.