-
Notifications
You must be signed in to change notification settings - Fork 412
Add GLOSSARY.md and more #772
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 GLOSSARY.md and more #772
Conversation
CONTRIBUTING.md
Outdated
is a good first step. You will learn who is working on what, how releases are drafed, what are the | ||
pending tasks to deliver, where you can contribute review bandwidth, ... | ||
|
||
A secondary step might to watch this talk on the LDK project (TODO: Val's Advancing Bitcoin). |
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.
@valentinewallace do you think we can link your Advancing Bitcoin presentation ? AFAIK that's the best video presenting LDK and it's not linked anywhere else ?
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.
Found the link: https://vimeo.com/showcase/7131712/video/418412286
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 did remove this line from latest push, let's keep it for the LDK-website v0 or link it directly in README.md as you were suggesting yesterday during meeting ?
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.
Sure, sounds good
Codecov Report
@@ Coverage Diff @@
## main #772 +/- ##
==========================================
- Coverage 91.35% 91.22% -0.13%
==========================================
Files 37 37
Lines 22791 22866 +75
==========================================
+ Hits 20821 20860 +39
- Misses 1970 2006 +36
Continue to review full report at Codecov.
|
Would also be good to have a definition of "Initiator" |
498acb3
to
42582a7
Compare
Updated at 42582a7. Thanks @devrandom @bmancini55 for reviews. |
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.
ACK (but see comment about "replicas")
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.
Thanks for putting this together! Mainly nits but some questions around the terminology.
CONTRIBUTING.md
Outdated
@@ -43,6 +43,15 @@ a "soft" commitment. | |||
If you're eager to increase the velocity of the dev process, reviewing other contributors work is | |||
the best you can do while waiting review on yours. | |||
|
|||
Getting Project Context |
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'm not sure if "context" best encapsulates all these ideas. They seem more about understanding developer or contributor interaction.
The word "context" is also used in the "Getting Start" section. Did you mean for these to mean the same thing? I think of context more in terms of understanding how the project is intended to be used.
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 see, I do have a different understanding of context as : "Contributors practices and development process shaped by project history". But given your confusion, I think a better term is "Culture". Re-worded.
Your definition of "context" means more "Design Goals" to me :)
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.
To a broader point, does this need to be separate section? There seems to be a lot of overlap between this and the "Getting Started" section.
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.
Yeah makes sense
Concept ACK. |
42582a7
to
c9f42e6
Compare
Thanks @jkczyz for the detailed review! I took more your minors but see non-resolved conversations for points who need a second look. |
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.
Happy with this modulo the comments Jeff had already left, so once Jeff's happy, I am too.
Closes lightningdevkit#766 Contributions by Devrandom <[email protected]>
c9f42e6
to
2caf289
Compare
This PR introduces a GLOSSARY.md to smooth future reviews contentious around what terms to use (#633). It also adds a Getting Project Context linking back to our Meeting Minutes for newcomers.