From bf24627b164d915b52ec0d92cd07f1641698f40f Mon Sep 17 00:00:00 2001 From: Snorre Selmer Date: Tue, 17 Jan 2023 10:54:53 +0100 Subject: [PATCH] Added bug-report instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfc34c5..0726c51 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ This repo contains ic10 code for the space survival sandbox Stationeers (https:/ All code should be used with caution. It should work:tm: but I can't guarantee it's not broken. Items needed are described in the comments at the top of each file. +## "I found a bug!" +Awesome! My code is probably not perfect, so please file an issue (https://github.com/SnorreSelmer/stationeers_ic10/issues) and I'll fix it! That's the best way to do it, it benefits everyone. + ## The scripts: - **auto_adv_furnace_library.ic10** - A fork of Elmotrix' furnace-library, removed Prev/Next buttons, added external On/Off-switch. - **auto_arc_furnace.ic10** - As long as there's ore in the input, the Arc Furnace will smelt. @@ -17,4 +20,4 @@ All code should be used with caution. It should work:tm: but I can't guarantee i - **heating_cooling.ic10** - Temperature regulator with optional temperature display. - **printer_countdown.ic10** - Uses a counter (Stacker or Dial) to order a given number of items. Stops printing when order is filled. - **solar_tracking.ic10** - Accurate two-axis solar-panel tracking for up to two types of panels. -- **storm_warning.ic10** - Monitors a Weather Station, announces incoming storms, sounds an alarm when the storm is 3 minutes from hitting, stops alarm when the storm is less than 1 minute from hitting. (Can be adjusted.) \ No newline at end of file +- **storm_warning.ic10** - Monitors a Weather Station, announces incoming storms, sounds an alarm when the storm is 3 minutes from hitting, stops alarm when the storm is less than 1 minute from hitting. (Can be adjusted.)