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

Contributing: Clearly define RFC vs PR process #188

Merged
merged 2 commits into from
Jun 2, 2019

Conversation

hamishwillee
Copy link
Collaborator

Fixes #185

There was some confusion about where to draw the line for using RFC or PRs. As discussed in devcall we want to use RFCs for microservices, because a lot more discussion is required to explain the complexity of state machines and potentially multiple messages. PRs are generally fine for standalone messages or sets of messages without the additional complexity of a state machine.

This rewords the contribution categories around complexity, making it clear that PRs are for most simple changes. There may be some edge cases, but this more closely reflects how everyone works.

@TSC21 - can you please confirm that this is sufficiently unambiguous?

@hamishwillee hamishwillee requested a review from mrpollo May 31, 2019 00:40
Copy link
Member

@TSC21 TSC21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good a clears doubts.

@hamishwillee
Copy link
Collaborator Author

Self merging. Content is as agreed in dev call

@hamishwillee hamishwillee merged commit d1ab0b9 into master Jun 2, 2019
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.

Contributing - Clarify RFC process vs PRs
2 participants