From 3b4bad946ec0cf4353dbf1ab9a8f8fc4ace7d81b Mon Sep 17 00:00:00 2001 From: Lutz Date: Wed, 6 Apr 2022 16:27:07 +0200 Subject: [PATCH] Community documentation --- .github/CONTRIBUTING.md | 6 +++++- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f8e68a4..13d896a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -3,6 +3,7 @@ ## Bug report? - Please check [issues](https://github.com/fdbozzo/foxbin2prg/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. +- Please add your current configuration creating a config file via `DO FOXBIN2PRG.PRG WITH '-C','path-to-source\FoxBin.cfg'`. **Do not include your normal config** ### Did you write a patch that fixes a bug? - Open a new GitHub merge request with the patch. @@ -51,7 +52,10 @@ Stuff is a bit scattered, so this is where to look up. 4. For changed functionality, add descriptive text on the appropriate _.md_ file in _docs_ folder. 2. Alter the version number for the EXE to the version used above. 0. Compile to EXE -1. Change Thor (see below) +8. Change Thor ([see below](#thor-conventions)) +8. commit +9. push to your fork +0. create a pull request ## Thor conventions This project is part of [VFPX](https://vfpx.github.io/) and published via [Thor](https://github.com/VFPX/Thor). diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 06f7d94..7bc18e4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,6 +27,12 @@ _What is the expected result of the above steps?_ _What is the actual result of the above steps?_ +## 📷 Config + +**Do not include your normal config.** +Please add your current full configuration. +Create a config file via `DO FOXBIN2PRG.PRG WITH '-C','path-to-source\FoxBin.cfg'` , zip and add here. + ## 📷 Screenshots _Are there any useful screenshots? WinKey+Shift+S and then just paste them directly into the form_