From b0959b9625f13286a7cd66c133491d934470f2ea Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Wed, 24 Jul 2002 02:30:49 +0000 Subject: [PATCH] Added a SUBMITTING CHECKLIST section --- doc/backend-writing.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/backend-writing.txt b/doc/backend-writing.txt index 93b3d7f5b..e05c0a6d2 100644 --- a/doc/backend-writing.txt +++ b/doc/backend-writing.txt @@ -233,6 +233,16 @@ DOCUMENTATION * Please keep your manpages and .desc files up-to-date especially regarding version numbers. +SUBMITTING CHECKLIST +-------------------- + +* Use the command "indent -gnu" to reformat your code according to the standard. +* Add the backend name to dll.conf +* Add the author(s) name(s) to AUTHORS +* Remove the backend name from PROJECT +* Correct any related entries in TODO +* + INCLUDING INTO CVS ------------------