Community documentation
This commit is contained in:
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
@@ -3,6 +3,7 @@
|
|||||||
## Bug report?
|
## Bug report?
|
||||||
- Please check [issues](https://github.com/fdbozzo/foxbin2prg/issues) if the bug is reported
|
- 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.
|
- 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?
|
### Did you write a patch that fixes a bug?
|
||||||
- Open a new GitHub merge request with the patch.
|
- 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.
|
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.
|
2. Alter the version number for the EXE to the version used above.
|
||||||
0. Compile to EXE
|
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
|
## Thor conventions
|
||||||
This project is part of [VFPX](https://vfpx.github.io/) and published via [Thor](https://github.com/VFPX/Thor).
|
This project is part of [VFPX](https://vfpx.github.io/) and published via [Thor](https://github.com/VFPX/Thor).
|
||||||
|
|||||||
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -27,6 +27,12 @@ _What is the expected result of the above steps?_
|
|||||||
|
|
||||||
_What is the actual 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
|
## 📷 Screenshots
|
||||||
|
|
||||||
_Are there any useful screenshots? WinKey+Shift+S and then just paste them directly into the form_
|
_Are there any useful screenshots? WinKey+Shift+S and then just paste them directly into the form_
|
||||||
|
|||||||
Reference in New Issue
Block a user