-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into release/v1.2.0
- Loading branch information
Showing
203 changed files
with
62,761 additions
and
602 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
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
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 |
---|---|---|
@@ -1 +1,12 @@ | ||
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 Discussions for this instead of the issues tab 🙂. |
This file was deleted.
Oops, something went wrong.
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,15 @@ | ||
<!-- | ||
👋 Hey, thanks for your interest in contributing to Remix! | ||
**Please ask first before starting work on any significant new features.** | ||
It's never a fun experience to have your pull request declined after investing a | ||
lot of time and effort into a new feature. To avoid this from happening, we | ||
request that contributors create a | ||
[Feature Request discussion](https://github.com/remix-run/remix/discussions/new?category=ideas) | ||
to first discuss any significant new features. | ||
https://github.com/remix-run/remix/blob/main/CONTRIBUTING.md | ||
--> |
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
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 |
---|---|---|
|
@@ -9,29 +9,17 @@ on: | |
|
||
jobs: | ||
noResponse: | ||
if: github.repository == 'remix-run/remix' | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: lee-dohm/[email protected] | ||
with: | ||
closeComment: > | ||
This issue has been automatically closed because we haven't received a | ||
response from the original author 🙈. This automation helps keep the issue | ||
tracker clean from issues that are unactionable. Please reach out if you | ||
have more information for us! 🙂 | ||
daysUntilClose: 10 | ||
responseRequiredLabel: needs-response | ||
token: ${{ github.token }} | ||
|
||
inputs: | ||
closeComment: | ||
description: Comment to post when closing an Issue for lack of response. Set to `false` to disable. | ||
default: > | ||
This issue has been automatically closed because we haven't received a | ||
response from the original author 🙈. This automation helps keep the issue | ||
tracker clean from issues that are unactionable. Please reach out if you | ||
have more information for us! 🙂 | ||
daysUntilClose: | ||
description: Number of days of inactivity before an Issue is closed for lack of response | ||
default: 10 | ||
responseRequiredColor: | ||
description: Color for the `responseRequiredLabel` | ||
default: ffffff | ||
responseRequiredLabel: | ||
description: Label indicating that a response from the original author is required | ||
default: needs-response | ||
token: | ||
description: Token to access the GitHub API | ||
required: true |
Oops, something went wrong.