From 1c1f64dc19f41068a90c1c7120effe64d1ec9faa Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 7 May 2026 07:02:26 -0400 Subject: [PATCH] Issue #1521 asks for Contributing.md file This is expected to improve and fill out over time, with more guidelines for contributing. --- DEVEL/Contributing.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 DEVEL/Contributing.md diff --git a/DEVEL/Contributing.md b/DEVEL/Contributing.md new file mode 100644 index 000000000..5026dde0b --- /dev/null +++ b/DEVEL/Contributing.md @@ -0,0 +1,9 @@ +# NetHack 3.7 Contributing.txt $NHDT-Date: 1596498265 2020/08/03 23:44:25 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.19 $ +# NetHack may be freely redistributed. See license for details. + +If you are making a GitHub pull request for NetHack, please follow these guidelines: + +1. The 50/72 Rule: Keep the subject line (the first line) under 50 characters +for readability in git log --oneline. If you need a more detailed description +(the body), wrap it at 72 characters. +