Skip to content

Commit bb7b838

Browse files
committed
docs: add a tip about a separate mod folder
Also improve the wording of instructions for bug reports
1 parent 0374433 commit bb7b838

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/generic-bug-report.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ assignees: ''
1010
- Make sure that you are using the latest available version of YAFC.
1111
- Specify the YAFC version on which the bug happened.
1212

13-
- Check the issues of [this](https://github.com/have-fun-was-taken/yafc-ce/issues) and the [original](https://github.com/ShadowTheAge/yafc/issues) repository for at least 5 minutes to see if your problem is not a duplicate of another open or closed issue.
14-
- Give as much relevant info as possible. The better you describe the issue, the bigger the chance someone fixes it.
15-
- If the bug is about mods, attach a new-game save-file so we can sync the mods with yours.
13+
- Please check the issues of [Yafc-ce](https://github.com/have-fun-was-taken/yafc-ce/issues) and the [original Yafc](https://github.com/ShadowTheAge/yafc/issues) to see if your problem is not a duplicate of another open or closed issue.
14+
- Give as much relevant info as possible. The better you describe the issue, the bigger the chance that someone fixes it.
15+
- If the bug is about mods, then attach a new-game save-file so we can sync the mods with yours.
1616
- If the bug is about your .yafc project, such as errors in calculations, then attach your .yafc file.
1717
- Describe the steps to reproduce the issue, the expected result, and the actual result.
18-
- If possible, please provide a minimal example to reproduce the issue. For example, check if the bug can be reproduced on a fresh project instead of the usual one. Try to use as few mods as possible.
18+
- If possible, please provide a minimal example to reproduce the issue. Check if the bug can be reproduced on a fresh Yafc project, and try to use as few mods as possible. For mods selection, you can copy the mods folder, select it in Yafc, and edit the file mod-list.json to enable or disable mods.

Yafc/Data/Tips.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ Tip: Specify <number>b to produce that many belts worth of product, for the belt
1414
Tip: Specify <number>k to multiply the production by 1000. Other SI prefixes work too! (put the prefix before 'b' or '/h')
1515
Tip: You can enable the dark mode by clicking on the light-bulb icon on the welcome screen.
1616
Tip: You can switch between tabs using Ctrl+PgUp or Down and reorder them using Ctrl+Shift+PgUp or Down.
17+
Tip: You can make Yafc load faster by copying the mods folder and disabling the mods that don't affect calculations in mod-list.json.

0 commit comments

Comments
 (0)