From c1c857484af369d9a254909df2b3afc7b8af9fb6 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Tue, 15 Mar 2022 15:47:33 +0100 Subject: [PATCH] [mirotalksfu] - update issue templates --- .github/ISSUE_TEMPLATE/---bug-report.md | 41 +++++++++++++++++++ .github/ISSUE_TEMPLATE/---feature-request.md | 20 +++++++++ .../--question---discussion---feedback-.md | 14 +++++++ .prettierignore | 1 + 4 files changed, 76 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/---bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/---feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/--question---discussion---feedback-.md create mode 100644 .prettierignore diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md new file mode 100644 index 00000000..d6d2290f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -0,0 +1,41 @@ +--- +name: "\U0001F41B Bug report" +about: File a bug report to help improve MiroTalk. +title: '' +labels: '' +assignees: '' + +--- + +### Describe the bug + +A clear and concise description of what the bug is. + +### To Reproduce + +Steps to reproduce the behavior: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +### Expected behavior + +A clear and concise description of what you expected to happen. + +### Screenshots + +If applicable, add screenshots to help explain your problem. + +### Desktop - Mobile + +Please complete the following information: + + - Device or OS: [e.g. iPhone6, Android, Linux, Mac, Windows] + - Browser [e.g. Chrome, Safari] + - Version [e.g. 22] + +### Additional context + +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---feature-request.md new file mode 100644 index 00000000..7556d30f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---feature-request.md @@ -0,0 +1,20 @@ +--- +name: "\U0001F680 Feature request" +about: Suggest a new feature to improve MiroTalk. +title: '' +labels: '' +assignees: '' + +--- + +### Feature request + +A clear and concise description of the feature request. + +### Pros + +A clear and concise description of the feature request pros. + +### Additional context + +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/--question---discussion---feedback-.md b/.github/ISSUE_TEMPLATE/--question---discussion---feedback-.md new file mode 100644 index 00000000..9a4d0419 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--question---discussion---feedback-.md @@ -0,0 +1,14 @@ +--- +name: "\U0001F64BQuestion - discussion - feedback." +about: Anything not related to bugs or features request. +title: '' +labels: '' +assignees: '' + +--- + +## Discord chat + +Join with us on Discord and ask questions, create discussion, leave feedback. + +- https://discord.gg/rgGYfeYW3N diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 00000000..26f5c15f --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +.github