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 16d7416bf..db6ba1687 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,3 @@ * Current development branch no plans yet. --- - -__2017-02-28__ Updated for 2.6.0 diff --git a/NEWS b/NEWS index aa0d99be0..2b14ab39a 100644 --- a/NEWS +++ b/NEWS @@ -44,7 +44,7 @@ Removed Features in 2.6.0 Known Issues - - https://bug.tasktools.org/ + - https://github.com/GothenburgBitFactory/taskwarrior Taskwarrior has been built and tested on the following configurations: @@ -61,11 +61,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 4010afa2f..486506eb4 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -1326,13 +1326,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