Skip to content

Commit

Permalink
See 2022.12.27 list of changes in Releases section
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Hennig committed Dec 27, 2022
1 parent 4a904b0 commit 376ea45
Show file tree
Hide file tree
Showing 19 changed files with 297 additions and 67 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#.gitattributes
# disable newline conversion on checkout with no conversion on check-in for all files
* -text
3 changes: 2 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@

## Fix a bug or add an enhancement
- Fork the project: see this [guide](https://www.dataschool.io/how-to-contribute-on-github/) for setting up and using a fork.
- Make whatever changes are necessary.
- Make whatever changes are necessary. **Be sure to build the project using VFP 9 SP 2 rather than VFP Advanced since the APP format is different.**
- Use [FoxBin2Prg](https://github.com/fdbozzo/foxbin2prg) to create text files for all VFP binary files (SCX, VCX, DBF, etc.)
- Update the Releases section of README.md and describe the changes.
- Right-click CreateThorUpdate.ps1 in the ThorUpdater folder and choose Run with PowerShell to update the file the Thor Check for Updates function needs.
- Commit the changes.
- Push to your fork.
- Create a pull request; ensure the description clearly describes the problem and solution or the enhancement.
Expand Down
Loading

0 comments on commit 376ea45

Please sign in to comment.