From 31b5c128686236c26047f83da68b7ab3c697b997 Mon Sep 17 00:00:00 2001 From: Clifford Fajardo Date: Mon, 23 May 2022 11:34:36 -0700 Subject: [PATCH] chore: add github ISSUE_TEMPLATE files (#13) * add github ISSUE_TEMPLATE files * remove website field; not needed for this app Co-authored-by: clifford Co-authored-by: Clifford Fajardo --- .github/ISSUE_TEMPLATE/bug_report.yml | 71 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 14 ++++++ 2 files changed, 85 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..f31c71d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,71 @@ +name: '🐛 Bug report' +description: Create a report to help us improve +body: + - type: markdown + attributes: + value: | + Thank you for reporting an issue :pray:. + + This issue tracker is for reporting bugs found in `remix-guide` (https://github.com/edmundhung/remix-guide). + If you have a question about how to achieve something and are struggling, please post a question + inside of `remix-guide` Discussions tab: https://github.com/edmundhung/remix-guide/discussions + + Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already: + - `remix-guide` Issues tab: https://github.com/edmundhung/remix-guide/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc + - `remix-guide` closed issues tab: https://github.com/edmundhung/remix-guide/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed + - `remix-guide` Discussions tab: https://github.com/edmundhung/remix-guide/discussions + + The more information you fill in, the better the community can help you. + - type: textarea + id: description + attributes: + label: Describe the bug + description: Provide a clear and concise description of the challenge you are running into. + validations: + required: true + - type: textarea + id: steps + attributes: + label: Steps to Reproduce the Bug or Issue + description: Describe the steps we have to take to reproduce the behavior. + placeholder: | + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + validations: + required: true + - type: textarea + id: expected + attributes: + label: Expected behavior + description: Provide a clear and concise description of what you expected to happen. + placeholder: | + As a user, I expected ___ behavior but i am seeing ___ + validations: + required: true + - type: textarea + id: screenshots_or_videos + attributes: + label: Screenshots or Videos + description: | + If applicable, add screenshots or a video to help explain your problem. + For more information on the supported file image/file types and the file size limits, please refer + to the following link: https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files + placeholder: | + You can drag your video or image files inside of this editor ↓ + - type: textarea + id: platform + attributes: + label: Platform + value: | + - OS: [e.g. macOS, Windows, Linux] + - Browser: [e.g. Chrome, Safari, Firefox] + - Version: [e.g. 91.1] + validations: + required: true + - type: textarea + id: additional + attributes: + label: Additional context + description: Add any other context about the problem here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..c643e7a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false +contact_links: + - name: 🤔 Feature Requests & Questions + url: https://github.com/edmundhung/remix-guide/discussions + about: Please ask and answer questions here. + - name: 💬 Remix Discord Channel + url: https://rmx.as/discord + about: Interact with other people using Remix 📀 + - name: 💬 New Updates (Twitter) + url: https://twitter.com/remix_run + about: Stay up to date with Remix news on twitter + - name: 🍿 Remix YouTube Channel + url: https://www.youtube.com/channel/UC_9cztXyAZCli9Cky6NWWwQ + about: Are you a techlead or wanting to learn more about Remix in depth? Checkout the Remix YouTube Channel \ No newline at end of file