EbookFoundation / free-programming-books

:books: Freely available programming books
https://ebookfoundation.github.io/free-programming-books/
Creative Commons Attribution 4.0 International
338.81k stars 61.73k forks source link

Added solidity course #11740

Open anand-242003 opened 3 weeks ago

anand-242003 commented 3 weeks ago

What does this PR do?

Add resource(s)

For resources

Description

Added solidity course "* Solidity Smart Contract Development - Patrick Collins, Austin Griffith”

Why is this valuable (or not)?

How do we know it's really free?

For book lists, is it a book? For course lists, is it a course? etc.

Checklist:

Follow-up

github-actions[bot] commented 3 weeks ago

Linter failed, fix the error(s):

  free-programming-books/courses/free-courses-en.md
  1701:1-1707:119  warning  Alphabetical ordering: swap l.1707 and l.1706                          alphabetize-lists  remark-lint
  1701:1-1707:119  warning  Incorrect number of blank lines between last section and next heading  blank-lines-1-0-2  remark-lint
eshellman commented 3 weeks ago

please remove the package-lock file (use a .gitignore file)

eshellman commented 3 weeks ago

hmm the linter doesn't like adding that to .gitignore instead, just remove the file from your repo; we'll figure out how to manage changes to gitignore separately

anand-242003 commented 3 weeks ago

I've removed package-lock.json from the repository as the linter didn't approve of adding it to .gitignore. Could you please guide me on the next steps or any further changes needed?

eshellman commented 3 weeks ago

maybe you need to push your commits

anand-242003 commented 3 weeks ago

I've made the changes and pushed them again. Let me know if there's anything else I should adjust .

eshellman commented 2 weeks ago

I see the problem. you ned to undo your change to .gitignore