Conversation
|
@Eschults we need to think about the deployment plan for Rails 8. Should we merge this before the next batches? Also, I had been preparing the updates in karr+meta to show solutions etc. on the |
Yes as discussed last week 👍
As always yes, to preserve running batches ✅ Could you prepare a rollout procedure w/ all the steps to run and highlight the ones only Engineering can run? Thank you 🙌 |
|
Ok. I mean though probably this particular pr should be merged first before the others in the interest of time |
|
Indeed, this one should be the first checkbox of the procedure w/ a deadline set to Friday 👍 |
How to contribute to the Setup repository
Before opening a Pull Request
We know that encountering issues can be frustrating but before opening a PR to modify the setup that can theoretically be used by a few thousand people:
We currently have a cheatsheet for each OS for tips and / issues that don't belong to the setup itself, so feel free to have a look there first. Maybe your contributing should live there:
Opening a Pull Request
We have a specific architecture for the setup so we can reuse part of the content for different platforms (macOS/Windows/Ubuntu).
There are 2 main folders _partials and images:
_partials/github.mdfile with the guidelines to setup Github. This allows us to reuse the content described there.Naming convention
Partials prefixed with the OS are specific to only one OS. Partials shared among two or more OSes have no prefix.
Build
build.rbis the code that generates the 3 filesmacos.md,ubuntu.md&windows.mdand the corresponding chinese translated versions. For each platform, there is a list of partials to use.To update any content, it is required to update the matching partial. The CI will then run
ruby build.rband commit the changes to the main md files on the branch.If you modify directly the destination file (
macos.md,ubuntu.md&windows.md) without modifying the partials, your changes will be overridden the next time someone (or the CI) runsruby build.rbThis is the flow you need to follow:
Many thanks for contributing 🙌 🚀