-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Update Contributing.md and add information about ADR's #383
Conversation
c3edfb6
to
c962b3e
Compare
.github/CONTRIBUTING.md
Outdated
@@ -1,3 +1,24 @@ | |||
# Contributions | |||
|
|||
We welcome contributions in the form of issues and pull requests. We view the contributions and the process as the same for github and external contributors. |
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.
Hard to see changes, look for it commit by commit: c962b3e
.github/CONTRIBUTING.md
Outdated
|
||
We ask that before significant effort is put into code changes, that we have agreement on taking the change before time is invested in code changes. | ||
|
||
1. Create a feature request. Once agreed we will take the enhancment |
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.
Once agreed we will take the enhancement
I first read that sentence to mean, "Once agreed, we will implement the enhancement (your part is over)"
I am now wondering whether it was an incomplete sentence. "Once agreed we will take the enhancement, ____"
.github/CONTRIBUTING.md
Outdated
@@ -1,3 +1,24 @@ | |||
# Contributions | |||
|
|||
We welcome contributions in the form of issues and pull requests. We view the contributions and the process as the same for github and external contributors. |
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.
We view the contributions and the process as the same for github and external contributors.
Consider removing the sentence. Might be confusing what "github" contributors are vs "external" - overwhelming majority of folks reading will be external. Feels unnecessary and a lot to untangle, especially in the intro.
Otherwise consider removing extra "the" and changing "github" to "internal" or "GitHub":
We view the contributions and
theprocess as the same forgithubinternal and external contributors.
We wanted to: