DEV Community

Cover image for Release 0.3 Seneca-ICTOER/IPC144
Antonio-Bennett
Antonio-Bennett

Posted on • Updated on

Release 0.3 Seneca-ICTOER/IPC144

For this assignment we had to contribute to a Seneca repository. I chose the IPC144 repo.

Issue

The issue is that the documents where mine specifically is pointers-arrays-and-structs.md were automatically converted to markdown text from the old IPC website so we have to check the conversion and fix anything that wasn't correct.

PR

The PR was pretty simple. For this file the only things that were changed are small.

The first changes were making sure types are inline code. ex char* should be char*

The second was creating alt text for images and linking them to the img directory like such ![Representation of RAM](../../static/img/memorymap.png)

Lastly we add admonitions such as notes or caution like this

:::note
`a` and `p` are interchangeable. `p` may also be used as an array!
:::
Enter fullscreen mode Exit fullscreen mode

Overall thoughts

It was cool contributing to a project for my school. Now I can cross that off my bucket list I guess haha. It was also seeing that that PR's for checking content that teaches others is just as important as code.

Top comments (0)