forked from remix-run/indie-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8af39ef
commit f9e6b8d
Showing
3 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!-- | ||
👋 Hey, thanks for your interest in contributing to 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). | ||
You're still welcome to make a PR. 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! | ||
--> |