Skip to content

Commit

Permalink
docs: Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals authored Nov 3, 2023
1 parent e5868ae commit d82f6cc
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/error-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Error Template
about: Issue tracking when implementing error templates
title: "[ERROR TEMPLATE] Language - Error name"
labels: error-template
assignees: nedpals

---

| Name | Code | Language |
|--|--|--|
|Error name|ErrorName|Language|

## Description
Description of the error goes here

## Sample Code
```
Add code here
```
## Sample Error Message
```
Add message here
```

## Implementation Checklist
- [ ] Implemented analysis
- [ ] Implemented explanation translation
- [ ] Implemented bug fix generation

0 comments on commit d82f6cc

Please sign in to comment.