From 9fd07ca7182298bb7023cfd0b576ffd7e88149d4 Mon Sep 17 00:00:00 2001 From: Aditya Date: Tue, 29 Jun 2021 13:32:27 +0530 Subject: [PATCH] Issue Templates Co-authored-by: Aditya --- .github/ISSUE_TEMPLATE/bug-reports.md | 33 ++++++++++++++++ .github/ISSUE_TEMPLATE/bug-reports.yml | 55 ++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++ 3 files changed, 96 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-reports.md create mode 100644 .github/ISSUE_TEMPLATE/bug-reports.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug-reports.md b/.github/ISSUE_TEMPLATE/bug-reports.md new file mode 100644 index 0000000..4d4a19c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-reports.md @@ -0,0 +1,33 @@ +--- +name: Bug reports +about: Submit bug reports and help us improve. +title: "[BUG REPORT]" +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +Run command "...." to "..." + +**Expected behavior** +A clear and concise description of what you expected to happen, or what the plugin was intended to be doing. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Versions (please complete the following information):** + - Ultroid Version: [e.g. 0.0.8] + - pyUltroid Version: +(these can be found in the first line of your logs.) + +**Client Used (please complete the following information):** + - Device: [eg: Phone, PC] + - Client: [eg: Telegram Official (from PlayStore), TelegramX, ...] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug-reports.yml b/.github/ISSUE_TEMPLATE/bug-reports.yml new file mode 100644 index 0000000..206fe04 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-reports.yml @@ -0,0 +1,55 @@ +name: Bug Report +description: File a bug report +title: "[BUG REPORT]: " +labels: [bug] +assignees: + - xditya + - New-dev0 + - buddhhu + - 1Danish-00 +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: input + id: contact + attributes: + label: Contact Details + description: Your telegram username or email ID. + placeholder: ex. @username or email@example.com + validations: + required: false + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + - type: dropdown + id: version + attributes: + label: Version + description: What version of Ultroid are you running? + options: + - 0.0.8 (or later) + - 0.0.7 (or lesser) + validations: + required: true + - type: textarea + id: logs + attributes: + label: Relevant logs output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell + - type: checkboxes + id: terms + attributes: + label: Acknowledgement + description: By submitting this issue, you agree that you have read the [docs](https://ultroid.tech) and gone through the [deploy tutorial](https://www.youtube.com/watch?v=9wF7k9qA0Q4) at first. + options: + - label: I have followed all of the above steps. + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..c8e78d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Ultroid Support + url: https://t.me/UltroidSupport + about: Please drop your doubts or queries there for an immediate response. + - name: Documentation + url: https://ultroid.tech/ + about: Basic documentation for setting up.