-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(remix-dev): improve appTemplate
message
#3249
Conversation
Hi @nvh95, Welcome, and thank you for contributing to Remix! Before we consider your pull request, we ask that you sign our Contributor License Agreement (CLA). We require this only once. You may review the CLA and sign it by adding your name to contributors.yml. Once the CLA is signed, the If you have already signed the CLA and received this response in error, or if you have any questions, please contact us at hello@remix.run. Thanks! - The Remix team |
Thank you for signing the Contributor License Agreement. Let's get this merged! 🥳 |
appTemplate
message
@nvh95 Code changes need to go against |
@MichaelDeBoey Yeah. I did. Can you check again? |
@MichaelDeBoey I think if any code changes need to go against |
I'm pretty sure the majority of PRs are for docs/examples/templates which need to go into |
@kentcdodds I see, it's clear that I haven't checked out the CONTRIBUTING guide. Thanks. In short:
|
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
When running
npx create-remix@latest
, The CLI asks me"Where do you want to deploy? Choose Remix if you're unsure; it's easy to change deployment targets."
But there is no option such as Remix, but Remix App Server. This PR is to make users not confused when first using
create-remix