Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe authored Dec 14, 2021
1 parent 3b0b824 commit e033d1e
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: mmcauliffe

---

**Debugging checklist**

[ ] Have you updated to latest MFA version?
[ ] Have you tried rerunning the command with the `--clean` flag?

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

**For Reproducing your issue**
Please fill out the following:

1. Corpus structure
* What language is the corpus in?
* How many files/speakers?
* Are you using lab files or TextGrid files for input?
2. Dictionary
* Are you using a dictionary from MFA? If so, which one?
* If it's a custom dictionary, what is the phoneset?
3. Acoustic model
* If you're using an acoustic model, is it one download through MFA? If so, which one?
* If it's a model you've trained, what data was it trained on?

**Log file**
Please attach the log file for the run that encountered an error (by default these will be stored in `~/Documents/MFA`).

**Desktop (please complete the following information):**
- OS: [e.g. Windows, OSX, Linux]
- Version [e.g. MacOSX 10.15, Ubuntu 20.04, Windows 10, etc]
- Any other details about the setup (Cloud, Docker, etc)

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest new functionality that would make MFA easier to use
title: ''
labels: enhancement
assignees: mmcauliffe

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit e033d1e

Please sign in to comment.