Skip to content

Commit

Permalink
Merge pull request #650 from trueagi-io/bug-report-template
Browse files Browse the repository at this point in the history
Add bug report template
  • Loading branch information
vsbogd authored Apr 9, 2024
2 parents 34f9794 + 6966001 commit d03ef12
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Compile MeTTa using settings '...'
2. Run the following MeTTa script '....'
3. See output

**Expected behavior**
A clear and concise description of what you expected to happen.

**Actual behavior**
If applicable, add logs to help explain your problem.

**Additional context**
- MeTTa version: [output of `metta --version`]
- anything else which is relevant

0 comments on commit d03ef12

Please sign in to comment.