-
Notifications
You must be signed in to change notification settings - Fork 183
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
Add link to RFC Guide from jakobo/rfc #667
Conversation
@tsadler1988 you might like this :) |
patterns/2-structured/transparent-cross-team-decision-making-using-rfcs.md
Outdated
Show resolved
Hide resolved
@michael-basil as you were reading our patterns recently anyways, would you mind taking a look at this change here? It is a fairly small change, so I am just looking for a 2nd pair of eyes to see if the text is easy to understand and if this is an improvement to the pattern. If you don't have time, no worries! |
Taking a look now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@spier - After reading through the additional language and the attached links I believe it is an improvement to the pattern.
The links to the company-internal RFC process are opinionated helping to form a more concrete idea of how this could play out. There are some baked in biases and assumptions, but this is okay and serves the purpose well.
If it were me on the other side, with the level of understanding I currently have, I would approve this once the automated check failure is cleared.
Great to hear! Thank you for the review!
Thanks for reminding me of the issues with the vale check. I had mistakenly assumed that this was a false positive, however now I see that there is a systematic issues with our check, as it does not find out custom word lists at all. I am debugging this now. This does not have to stop this PR from going live though. Will make fixes in a separate PR, once I figure out what's up there :) Thanks again @michael-basil ! |
Implements #666. Adding link to https://github.com/jakobo/rfc and description.
Details