Testers welcome!
There are many ways to contribute:
- I accept cards mailed to me, and may be able to pay shipping. I can't promise to test the card in a timely fashion, but I will try to, and I will credit you in any videos/posts that result from card testing!
- If you find any typos, incorrect links or images, or other issues, please submit a PR to fix it!
- If you want to test a card on your own, I'm happy to add it to the database, provided you give all the testing details, information like
lspci
anddmesg
logs, etc. in a GitHub issue, and follow the project's conventions for card details.
Add a file named after the card into the appropriate _cards_[type]
directory. Copy the template out of card-template.md
into this new file.
Add a picture of the card into the images/
directory, prefixed by [type]-
, and make sure to reference the full path to the image in the picture
frontmatter on the card post.
For example, for a network card:
- Make sure there's a GitHub issue that exists for the card.
- Copy the template into a new file inside
_cards_network
. - Fill in the details of the card.
- Put a picture of the card named
network-[name-of-card].jpg
insideimages/
. - File a PR with your changes.