Skip to content

Commit

Permalink
Merge pull request #339 from NoiseStudio/feature/338/add-bug-issue-te…
Browse files Browse the repository at this point in the history
…mplate

Update issue templates
  • Loading branch information
Vixenka committed Oct 16, 2023
2 parents a8729ea + 587519c commit 802b1fb
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

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

**Reproduction Steps**
Please include minimal steps to reproduce the problem if possible. E.g.: the smallest possible code snippet; or a small project, with steps to run it. If possible include text as text rather than screenshots (so it shows up in searches).

**Expected behavior**
Provide a description of the expected behavior.

**Actual behavior**
Provide a description of the actual behavior observed. If applicable please include any error messages, exception stacktraces or memory dumps.

**Regression?**
Did this work in a previous build or release? If you can try a previous release or build to find out, that can help us narrow down the problem. If you don't know, that's OK.

**Known Workarounds**
Please provide a description of any known workarounds.

**Configuration**
Please provide more information on your configuration:
- Which version or last commit of NoiseEngine you used?
- What OS and version, and what distro is applicable?
- What is the architecture of your CPU and GPU?
- Do you know whether it is specific to that configuration?

**Other information**
If you have an idea where the problem might lie, let us know that here. Please include any pointers to code, relevant changes, or related issues you know of.

0 comments on commit 802b1fb

Please sign in to comment.