diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..55a66fb6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,41 @@ +name: 🐛 Bug Report +description: Something is wrong with the Stack. +body: + - type: markdown + attributes: + value: >- + Thank you for helping to improve Remix! + + Our bandwidth on maintaining these stacks is limited. As a team, we're + currently focusing our efforts on Remix itself. The good news is you can + fork and adjust this stack however you'd like and start using it today + as a custom stack. Learn more from + [the Remix Stacks docs](https://remix.run/stacks). + + If you'd still like to report a bug, please fill out this form. We can't + promise a timely response, but hopefully when we have the bandwidth to + work on these stacks again we can take a look. Thanks! + + - type: input + attributes: + label: Have you experienced this bug with the latest version of the template? + validations: + required: true + - type: textarea + attributes: + label: Steps to Reproduce + description: Steps to reproduce the behavior. + validations: + required: true + - type: textarea + attributes: + label: Expected Behavior + description: A concise description of what you expected to happen. + validations: + required: true + - type: textarea + attributes: + label: Actual Behavior + description: A concise description of what you're experiencing. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..da966200 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,21 @@ +blank_issues_enabled: false +contact_links: + - name: Get Help + url: https://github.com/remix-run/remix/discussions/new?category=q-a + about: + If you can't get something to work the way you expect, open a question in + the Remix discussions. + - name: Feature Request + url: https://github.com/remix-run/remix/discussions/new?category=ideas + about: + We appreciate you taking the time to improve Remix with your ideas, but we + use the Remix Discussions for this instead of the issues tab 🙂. + - 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://rmx.as/youtube + about: Are you a tech lead or wanting to learn more about Remix in depth? Checkout the Remix YouTube Channel diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..024f9d8e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +