Skip to content
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

Docs: Update contributor workflow to yarn rwt link #1803

Merged
merged 15 commits into from Feb 23, 2021

Conversation

jtoar
Copy link
Contributor

@jtoar jtoar commented Feb 17, 2021

This PR documents the new contributor workflow, made possible by #1792, which adds the yarn rwt link command.

@github-actions
Copy link

github-actions bot commented Feb 17, 2021

📦 PR Packages

Click to Show Package Download Links

https://rw-pr-redwoodjs-com.s3.amazonaws.com/1803/create-redwood-app-0.25.1-a756c7e.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/1803/redwoodjs-api-0.25.1-a756c7e.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/1803/redwoodjs-api-server-0.25.1-a756c7e.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/1803/redwoodjs-auth-0.25.1-a756c7e.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/1803/redwoodjs-cli-0.25.1-a756c7e.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/1803/redwoodjs-core-0.25.1-a756c7e.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/1803/redwoodjs-dev-server-0.25.1-a756c7e.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/1803/redwoodjs-eslint-config-0.25.1-a756c7e.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/1803/redwoodjs-eslint-plugin-redwood-0.25.1-a756c7e.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/1803/redwoodjs-forms-0.25.1-a756c7e.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/1803/redwoodjs-internal-0.25.1-a756c7e.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/1803/redwoodjs-prerender-0.25.1-a756c7e.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/1803/redwoodjs-router-0.25.1-a756c7e.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/1803/redwoodjs-structure-0.25.1-a756c7e.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/1803/redwoodjs-testing-0.25.1-a756c7e.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/1803/redwoodjs-web-0.25.1-a756c7e.tgz

Install this PR by running yarn rw upgrade --pr 1803:0.25.1-a756c7e

@dac09
Copy link
Collaborator

dac09 commented Feb 17, 2021

Thanks for creating this @jtoar, but I think we should avoid changing the official docs for a little while, maybe have it in a "New contributor flow (beta)" section instead in a collaposible or something?

@jtoar
Copy link
Contributor Author

jtoar commented Feb 18, 2021

@dac09 I can just keep this PR unmerged till you think the command's good to advertise? Was just writing this up to keep tempo. We can always show it off to our "insiders" via the forums or discord!

Just to make sure, you do see yarn rwt link as the premiere way to contribute to Redwood right? I definitely thought it was being made that way (and was editing this doc under that assumption); that's why I was highlighting it first.

@dac09 dac09 changed the title Update contributor workflow to yarn rwt link Docs: Update contributor workflow to yarn rwt link Feb 18, 2021
CONTRIBUTING.md Outdated Show resolved Hide resolved
@dac09
Copy link
Collaborator

dac09 commented Feb 22, 2021

@jtoar Never mind my comment before, LGTM! Left a small suggestion :)

@dac09 dac09 mentioned this pull request Feb 22, 2021
10 tasks
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
jtoar and others added 8 commits February 22, 2021 10:14
Co-authored-by: Daniel Choudhury <dannychoudhury@gmail.com>
Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
@jtoar jtoar marked this pull request as ready for review February 22, 2021 19:06
CONTRIBUTING.md Outdated Show resolved Hide resolved
Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
jtoar and others added 2 commits February 22, 2021 13:13
Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
CONTRIBUTING.md Outdated Show resolved Hide resolved
jtoar and others added 2 commits February 22, 2021 15:13
@thedavidprice thedavidprice merged commit 6d604c1 into main Feb 23, 2021
@thedavidprice thedavidprice deleted the ds-update-contributing-docs branch February 23, 2021 20:18
@thedavidprice thedavidprice added this to the next release milestone Feb 23, 2021
dac09 added a commit to dac09/redwood that referenced this pull request Feb 24, 2021
… fix/dm-babel-register

* 'fix/dm-babel-register' of github.com:dac09/redwood:
  Remove bundlesize dependency (redwoodjs#1844)
  upgrade execa; fix test.js cwd (redwoodjs#1846)
  Make ESLint configuration aware of "env." (redwoodjs#1827)
  Use createMany in Seed database example (redwoodjs#1776)
  Docs: Update contributor workflow to yarn rwt link (redwoodjs#1803)
  fix(page-loader): Adds types for pageLoadingContext | Fix for pageLoader during prerender (redwoodjs#1832)
  Minify CSS in production builds (redwoodjs#1697)
  New contributor workflow (redwoodjs#1792)
  Improve/template and auth setup tests (redwoodjs#1834)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants