commit: 15de5ee54bad0a4e2de0f11f6b26bcda0db44269 Author: W. Trevor King <wking <AT> tremily <DOT> us> AuthorDate: Fri Feb 1 01:31:03 2013 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Thu Feb 26 19:15:21 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=15de5ee5
Move bug-reporting and mailing list notes from TODO to README This information is generally useful, and folks probably only read TODO if they want to help but don't already have an idea of what to help with ;). Having the contact information in the README should raise its visibility. --- README | 8 ++++++++ TODO | 6 +----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README b/README index ef41380..0674e07 100644 --- a/README +++ b/README @@ -60,3 +60,11 @@ There are many more options that can be set, but those defaults are good for out of the box operation. For more documentation on what you can do with catalyst, please check the man page or the online documentation at http://www.gentoo.org/proj/en/releng/catalyst. + +Bugs +======================== + +If you have questions or wish to help with development, contact the [email protected] mailing list. Bug reports should be +filed at http://tinyurl.com/79slrk (http://bugs.gentoo.org) under the +"Catalyst" component of the "Gentoo Hosted Projects" product. diff --git a/TODO b/TODO index bebdec7..a868508 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,6 @@ # $Id$ -This file is a rough list of changes that need to be made to catalyst. If you -have questions about any of these items, or wish to help with development, send -them to the [email protected] mailing list. Bug reports should -be filed at http://tinyurl.com/79slrk (http://bugs.gentoo.org) under the -Catalyst component. +This file is a rough list of changes that need to be made to catalyst. Global: - Remove spec_prefix from all exported variables
