Open kashifkhan0771 opened 2 weeks ago
@kashifkhan0771 could you assign to me this feature?
Sure @JoseScap - Thanks you!
I would suggest adding REPORT.Json
file after testing. This way your contribution will be noted as well. You can follow following pattern for Report file.
[
{
"version": "v0.7.0",
"performed_on": "dd-mm-yyyy",
"performed_by": "github_username",
"no_of_issues_found": 0,
"tested_features": [
"random",
"maps"
],
"issue": "link to issue"
}
]
Make sure to add any sort of evidence for testing in the issue comments.
Once this testing is complete we will draft our first stable release v1.0.0
We should test out all available functions in the latest version as of now
v0.7.0
. Testing can be done anywhere. You can import the library and test each function properly. Any sort of evidence for successful testing will be accepted. If you find any bugs/issues during testing, feel free to open a new issue.