To make sure that most of the aspects of contributing to OpenSource are covered when contributing to this repository, we have decided to have two sections to contribute to. They are:
- A common file in which all contributors can contribute to. This is to make sure that contributors can collaborate on existing stuff when adding stuff.
- A personal user level folder in which contributors will only contribute themselves. This is to make sure that they can individually add stuff themselves.
The common file for contributions is the index.html file. Please add yourself to the list of contributors in index.html as instructed below.
...
<div>
<a target="_blank" href="https://github.com/[YOUR_USERNAME]">
<img src="[YOUR_GITHUB_IMAGE]" />
<span>[YOUR_FULL_NAME]</span>
</a>
</div>
<!-- ADD YOUR CARD BEFORE THIS LINE -->
Before submitting your code please do the following steps:
- Add any changes you want
- Edit documentation if you have changed something significant
- When committing your changes make sure that you follow the structure of semantic commits.
- Make sure that your PR only has one commit.
You can contribute by spreading a word about this repository for newcomers. You can also share how to make things even more simpler and easier for contribution for newcomers.