How to contribute to Object Explorer
January 19, 2023 ยท View on GitHub
Bug report?
- Please check issues if the bug is reported
- If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.
Did you write a patch that fixes a bug?
- Open a new GitHub merge request with the patch.
- Ensure the PR description clearly describes the problem and solution.
- Include the relevant version number if applicable.
- See New version for additional tasks
New version
Here are the steps to updating to a new version:
- Create a fork at github
- See this guide for setting up and using a fork
- Make whatever changes are necessary.
- Edit the Version setting in BuildProcess\ProjectSettings.txt.
- Update the version and date in README.md.
- Describe the changes in the top of docs\Change Log.md.
- Run the VFPX Deployment tool to create the installation files by
- Invoking menu item Thor Tools -> Application -> VFPX Project Deployment
- Or executing
EXECSCRIPT(_screen.cThorDispatcher, 'Thor_Tool_DeployVFPXProject') - Or executing Thor tool "VFPX Project Deployment"
- Commit
- Push to your fork
- Create a pull request
Last changed: 2023/01/19 