Open santisecco opened 1 day ago
Hi @santisecco.
Please don't forget to add the proper labels to this issue. Currently, the labels for the following are missing:
NOTE: Please ignore this comment if you do not have 'write' access to this directory.
To add a label, take a look at Github's documentation here.
Also, don't forget to remove the "missing labels" afterwards. To remove a label, the process is similar to adding a label, but you select a currently added label to remove it.
After the proper labels are added, the merge team will review the issue and add a "Ready for Prioritization" label once it is ready for prioritization.
Additional Resources:
Overview
We need to add a new testing section to CONTRIBUTING.md to remind developers to test their code changes. This should be a a minor update to the existing file.
Details
Testing is a fundamental step to ensure quality of code and that code changes are functioning as expected. For some it's not the most engaging step and skip it, others simply forget about it altogether. This is the reason why being reminded to do it and understanding that the time invested doing it saves tons of work down the road is fundamental. Fixing easily preventable bugs is the idea and testing gives us a tool to come up with new solutions and improve our code, making us better developers in the end.
Action Items
CONTRIBUTING.md
in your local code editor.Click here to see the the above.
- [**2.8 Testing your code**](#28-testing-your-code)
. Please keep the indentation and proper structure of CONTRIBUTING.md(for example: https\://github.com/bonniewolfe/website/blob/issue-branch-1234/CONTRIBUTING.md)
Resources