From 275831c9d0fa6ffadb14e7b05133ad48f938f3cd Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sat, 23 Mar 2024 11:45:13 -0700 Subject: [PATCH] Add information on how to make suggestions and contributions --- guide.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/guide.md b/guide.md index 97486dc..e89cfdc 100644 --- a/guide.md +++ b/guide.md @@ -25,6 +25,25 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with this book. If not, see +Suggestions and Contributions +============================= + +Suggestions and contributions are welcome. Please send them by email +to j@jxself.org. + +One way that you can do this is by making the changes in git: + +1. Make sure Git is installed on your system. +2. Open a terminal or command prompt. +3. Run the following command: git clone https://jxself.org/git/zil-guide.git +4. Navigate to the cloned "zil-guide" directory. +5. Open the document and make your changes. +6. Optionally run git diff to preview your changes. +7. Run git add guide.md to stage the changes. +8. Run git commit -m "A descriptive message about your changes" +9. Run git format-patch origin/master +10. Email the generated patch files to me. + # Chapter 1: Introduction to ZIL and Interactive Fiction Welcome to the world of ZIL programming and interactive fiction (IF)! -- 2.31.1