smartcontractkit / hardhat-starter-kit

A repo for boilerplate code for testing, deploying, and shipping chainlink solidity code.
MIT License
1.21k stars 493 forks source link

refactor: remove 'Keepers' and 'View Contracts Size' sections #175

Closed IgorShadurin closed 10 months ago

IgorShadurin commented 11 months ago

Description

This PR addresses a broken anchor link in the README.md file. The link, labeled 'getting-started', was not leading to the correct section due to recent changes in the document structure. Additionally, the PR includes a cleanup of the README.md by removing two sections: 'Keepers' and 'View Contracts Size'. These sections were deemed outdated or no longer relevant to the current state of the project. The removal is part of an ongoing effort to streamline the documentation and ensure all information is current and useful for contributors.

By merging this PR, the documentation will be more accurate and less cluttered, improving the onboarding experience for new contributors.

IgorShadurin commented 10 months ago

Thank you for opening this PR and keeping this project up to date!

Instead of deleting a link to a Keepers section (which is now renamed to Automation), let's renavigate it to the Automation section like this:

- [Automation](#automation)

After that, we can merge this PR, and you will become eligible for a Hardhat Starter Kit POAP! Thanks

done!