From 36fac4efe1d38c8c78dadc3e0c5d9a84a5eee392 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 7 Feb 2018 08:40:38 -0500 Subject: [PATCH] Docs: Updated URLs --- AUTHORS | 1 + DEVELOPER.md | 9 ++++----- NEWS | 6 ++++-- README.md | 7 ++++--- doc/man/task-color.5.in | 2 +- doc/man/task-sync.5.in | 4 ++-- doc/man/task.1.in | 6 +++--- doc/man/taskrc.5.in | 7 +++---- test/README | 4 ++-- 9 files changed, 24 insertions(+), 22 deletions(-) diff --git a/AUTHORS b/AUTHORS index dd53e279d..791ad574a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -142,6 +142,7 @@ The following submitted code, packages or analysis, and deserve special thanks: Paul J. Fenwick Michael Neumann Mark Scannell + buhtz Thanks to the following, who submitted detailed bug reports and excellent suggestions: diff --git a/DEVELOPER.md b/DEVELOPER.md index 70414b45f..26cd6301d 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -18,7 +18,6 @@ # Alternately 'export MAKEFLAGS=-j 4' ``` ## Running Test Suite: - ``` $ cd tests $ make VERBOSE=1 # Shows details @@ -117,9 +116,10 @@ ## Tests needed - * Take a look at the bug database (https://bug.tasktools.org) and notice that - many issues, open and closed, have the "needsTest" label. These are things - that we would like to see in the test suite, as regression tests. + * Take a look at the bug database (https://github.com/GothenburgBitFactory/taskwarrior/issues) + and notice that many issues, open and closed, have the "needsTest" label. + These are things that we would like to see in the test suite, as regression + tests. All new unit tests should follow the test/template.t standard. @@ -153,5 +153,4 @@ * Current development branch no plans yet. --- - 2018-05-13 Updated for 2.5.2 diff --git a/NEWS b/NEWS index 43ab95e5f..7d28057e0 100644 --- a/NEWS +++ b/NEWS @@ -54,6 +54,8 @@ Removed Features in 2.5.2 Known Issues + - https://github.com/GothenburgBitFactory/taskwarrior + Taskwarrior has been built and tested on the following configurations: * macOS @@ -69,11 +71,11 @@ Taskwarrior has been built and tested on the following configurations: While Taskwarrior has undergone testing, bugs are sure to remain. If you encounter a bug, please enter a new issue at: - https://bug.tasktools.org + https://github.com/GothenburgBitFactory/taskwarrior Or just send a message to: - support@taskwarrior.org + support@GothenburgBitFactory.org Thank you. diff --git a/README.md b/README.md index 6e08018d5..da5552611 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,12 @@ For support options, take a look at: http://taskwarrior.org/support -Please send your code patches to: +Please use pull requests, or send your code patches to: -support@taskwarrior.org +support@GothenburgBitFactory.org -Consider joining bug.tasktools.org and participating in the future of Taskwarrior. +Visit https://github.com/GothenburgBitFactory/taskwarrior and participate in +the future of Taskwarrior. --- diff --git a/doc/man/task-color.5.in b/doc/man/task-color.5.in index 5b2dd0470..236f3851b 100644 --- a/doc/man/task-color.5.in +++ b/doc/man/task-color.5.in @@ -321,7 +321,7 @@ The official site at .TP The official code repository at - + .TP You can contact the project by writing an email to diff --git a/doc/man/task-sync.5.in b/doc/man/task-sync.5.in index a8df1e42e..d58a1afbd 100644 --- a/doc/man/task-sync.5.in +++ b/doc/man/task-sync.5.in @@ -173,11 +173,11 @@ The official site at .TP The official code repository at - + .TP You can contact the project by writing an email to - + .SH REPORTING BUGS .TP diff --git a/doc/man/task.1.in b/doc/man/task.1.in index 3e63b6660..520192832 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -1324,13 +1324,13 @@ The official site at .TP The official code repository at - + .TP You can contact the project by emailing - + .SH REPORTING BUGS .TP Bugs in Taskwarrior may be reported to the issue-tracker at - + diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index 8b814eae3..06612dc3b 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -1531,14 +1531,13 @@ The official site at .TP The official code repository at - + .TP You can contact the project by emailing - + .SH REPORTING BUGS .TP Bugs in Taskwarrior may be reported to the issue-tracker at - - + diff --git a/test/README b/test/README index 8adb1f304..f38904a7f 100644 --- a/test/README +++ b/test/README @@ -91,8 +91,8 @@ If you wish to contribute tests, please consider the following guidelines: test script, such as filter.t, export.t, whichever is appropriate. * Tests created after bugs or feature requests should (ideally) have an entry - on https://bug.tasktools.org/ and should include the issue ID in a - docstring or comment. + on https://github.com/GothenburgBitFactory/taskwarrior/issues and should + include the issue ID in a docstring or comment. * Class and method names should be descriptive of what they are testing. Example: TestFilterOnReports