-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: Updated CONTRIBUTING.md file to aid testing and knowledge transfer #150
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @osagiestar! This is an excellent start 😄
Could you check the spelling as I noticed a few mistakes?
Also, please review the two related issues (#133 and #132) for some additional content to add.
Aah! I have sorted the typos. Cheers |
@tdashworth: My idea about the CONTRIBUTING.md is to report some of the findings we made during testing that will be helpful to EasyRepro for fixing identified bugs for future releases. Therefore, we keep these findings and details of the fixes on the file. |
Manual validation requested |
I think reporting those will be very helpful in the future! To me, there is a difference between the README and CONTRIBUTING files. The README file explains the purpose of the project, how to start using it, and it's features - it's for the consumer. The CONTRIBUTING file is for someone making changes in the repo - what's the process, what is the architect, how to test. I think we can add some more to this to help new contributors. I'll try to find some time on Monday. |
@tdashworth I completely agree with you on updating the files. |
Co-authored-by: Tom Ashworth <tom.ashworth@capgemini.com>
Co-authored-by: Tom Ashworth <tom.ashworth@capgemini.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tdashworth - Looks good to me
Kudos, SonarCloud Quality Gate passed! |
Purpose
This is to support team members especially new joiners who will want to use the project for testing and for running the application
Approach
Some challenges were encountered while testing on local machine, for example, a user will often experience bugs which are datetime related. Following these steps will help avoid common issues related to the tool or setups etc
TODOs