diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..e9bb2c26 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +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. + +## Environment + +* **JACK Version:** Which version of jack2 are you using? (e.g. the output of `jackd --version` or a git commit checksum) +* **Operating System:** What operating system or distribution in which version are you using? (e.g. Linux, macOS, Windows) +* **Installation:** How did you install jack2? (e.g. package manager, from source) + +## Steps To Reproduce + +```bash +# Paste a minimal code example here (e.g. about how you started JACK) +``` + +### Expected vs. actual behavior + +A clear and concise description of what you expected to happen vs. what happened. + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..91d80b7e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,21 @@ +--- +name: Feature Request 💡 +about: Suggest a new idea for the project. +labels: enhancement +--- + + + +## Summary + +Brief explanation of the feature. + +### Basic example + +If the proposal involves a new feature or change in behavior, include a basic code example. Omit this section if it's not applicable. + +### Motivation + +Why are we doing this? What use cases does it support? What is the expected outcome? + +