From f19bc3c570674a88d27fdbde1f10183fc1201d69 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 28 Sep 2024 11:32:57 -0500 Subject: [PATCH] update README and CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ README.md | 10 ++-------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a4828065..b4852086 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,6 +30,8 @@ or won't obtain a GitHub account, email-style patches may also be acceptable. When submitting patches, there are some things to keep in mind: +* Please be careful of what you check into the repository. Please do not commit any +binaries, junk files, or anything that doesn't compile. * If your patch affects the dialog engine, be sure to update any relevant documentation or add new documentation as needed, using the Doxygen format. This also applies to any other components currently covered by Doxygen documentation, such as the resource diff --git a/README.md b/README.md index 035eaf30..93c8213c 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,8 @@ secondary purpose is to generalize and extend its functionality while maintaining backwards compatibility. -If you would like to be added to this project contact -[Sylae](https://github.com/sylae) -or one of the other people on the owners list. This is an open project, -with no strong prerequisites -for getting commit access. With that in mind, please be careful of what -you check into the repository. -Please do not commit any binaries, junk files, or anything that doesn't -compile. +Contributions are accepted primarily via pull request. See +[CONTRIBUTING.md](./CONTRIBUTING.md) for more guidelines. Building --------