diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md new file mode 100644 index 0000000..d6d2290 --- /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 0000000..7556d30 --- /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 0000000..9a4d041 --- /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 0000000..26f5c15 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +.github