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

Make Structure of README's more Consistent and Fix Dead Link #507

Merged
merged 3 commits into from
Sep 12, 2024

Conversation

b-wagn
Copy link
Contributor

@b-wagn b-wagn commented Sep 12, 2024

This PR does two things related to README files:

  1. Fix a dead link in the the fuzzing README.
  2. Try to make the structure of README's for bindings more consistent.

I think for 2, we can improve it more in the future. For now, I mostly made sure all files have consistent headings and a consistent first sentence, as well as a Prerequisites section.

Happy about feedback how to improve it even more.

README.md Outdated
Comment on lines 14 to 18
For all bindings, you first need to make sure that the `blst` submodule is correctly pulled after clone.
To do so, you may need to run:

```
git submodule update --init
Copy link
Member

Choose a reason for hiding this comment

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

Hmm we should try to fix the Makefiles so this isn't necessary. We can do something like this:

$(MAKE) -C ../../src blst

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will remove this comment and we can open another PR for fixing the Makefiles. :)

README.md Outdated
Comment on lines 19 to 22
```


| Language | Link |
Copy link
Member

Choose a reason for hiding this comment

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

I believe a single blank line between paragraphs/sections is most common in this repo.

Comment on lines 28 to 31
## Public Maven Repo

The library which uses this binding and publishes a package to a public maven repo
is [jc-kzg-4844](https://github.com/ConsenSys/jc-kzg-4844).
Copy link
Member

Choose a reason for hiding this comment

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

This reminds me, we should add this link to the readme too:

https://central.sonatype.com/artifact/io.consensys.protocols/jc-kzg-4844

Comment on lines 20 to 23
```


## Tests
Copy link
Member

Choose a reason for hiding this comment

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

Delete second blank line.

Comment on lines 15 to 16
## Installation
Install via nimble:
Copy link
Member

Choose a reason for hiding this comment

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

Add blank line between these.

bindings/go/README.md Outdated Show resolved Hide resolved
@b-wagn b-wagn changed the title README's: More Consistent Structure + Fix Dead Link Make Structure of README's more Consistent ´ + Fix Dead Link Sep 12, 2024
@b-wagn b-wagn changed the title Make Structure of README's more Consistent ´ + Fix Dead Link Make Structure of README's more Consistent and Fix Dead Link Sep 12, 2024
Copy link
Member

@jtraglia jtraglia 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 great, thank you! Much appreciated.

@jtraglia jtraglia merged commit 445387f into ethereum:main Sep 12, 2024
41 checks passed
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.

2 participants