-
Notifications
You must be signed in to change notification settings - Fork 558
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
README.md: contribution about discussion #104
README.md: contribution about discussion #104
Conversation
On Mon, Aug 10, 2015 at 11:04:00AM -0700, Vincent Batts wrote:
This is missing the link to the YouTube channel and the discussion of |
1a136cd
to
1014b30
Compare
eh? This is rebased on #102 which is in master now. |
the `LICENSE` file of this repository. | ||
The specification and code is licensed under the Apache 2.0 license found in the `LICENSE` file of this repository. | ||
|
||
## Mailing List |
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.
I'd put the mailing-list section next to the IRC section. How about sorting channels to the front and usage to the back:
- Mailing List
- IRC
- Discuss your design
- Weekly Call
It would also be nice to standardize around “Title Case” or “Sentance case”, headers, since the current spec isn't very consistent there.
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.
Fair, though honestly, process of discussion comes first in my mind.
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.
On Mon, Aug 10, 2015 at 01:33:21PM -0700, Vincent Batts wrote:
Fair, though honestly, process of discussion comes first in my mind.
Works for me.
1014b30
to
0088b64
Compare
@wking I think we're miscommunicating due to github freshness... |
It also guarantees that the design is sound before code is written; a github pull-request is not the place for high-level discussions. | ||
|
||
Typos and grammatical errors can go straight to a pull-request. | ||
If there is question, start on the [mailing-list](#mailing-list). |
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.
Maybe “If there is a question” → “When in doubt”?
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.
Otherwise it could read like you're pushing all questions (some of which might be better off as issues) to the mailing list.
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.
fair
On Mon, Aug 10, 2015 at 01:35:21PM -0700, Vincent Batts wrote:
Possibly. I'll try and quote enough context to avoid confusion in the I filed one minor rewording for 0088b64 1, and you might want to |
6370cb2
to
646cdf6
Compare
updated |
pedantic. That is the word. :-) On Mon, Aug 10, 2015 at 5:05 PM, W. Trevor King [email protected]
|
646cdf6
to
7c67d5d
Compare
updated |
On Mon, Aug 10, 2015 at 02:10:45PM -0700, Vincent Batts wrote:
Measure twice, cut once ;). Anyhow, 7c67d5d looks good to me. |
lgtm. Aside: shall we informally agree to just finish off the current design discussions that are "in progress" on GitHub and say new stuff goes to the mailing list? |
Some verbiage is needed around github issues that are effectively proposals
|
On Mon, Aug 10, 2015 at 11:33:06PM -0700, Vincent Batts wrote:
I think the proposed wording pushes proposals and design discussions And I think keeping existing issues on GitHub makes sense. Migrating |
@wking not so much migrating them. Defining what role github issues is to play. |
On Tue, Aug 11, 2015 at 10:40:18AM -0700, Vincent Batts wrote:
I think “Issues are used for bugs and actionable items and longer |
|
||
The project welcomes submissions, but please let everyone know what you are working on. | ||
|
||
Before undertaking a not-trivial change to this specification, send mail to the [mailing list](#mailing-list) to discuss what you plan to do. |
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.
nontrivial instead of not-trivial?
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.
fixed
lgtm |
Leaning on aspects of golang's contribution (https://golang.org/doc/contribute.html) Signed-off-by: Vincent Batts <[email protected]>
7c67d5d
to
7e22d0d
Compare
LGTM |
README.md: contribution about discussion
Leaning on aspects of golang's contribution
(https://golang.org/doc/contribute.html)
Signed-off-by: Vincent Batts [email protected]