mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW #1986: [Nit] Update DEVELOPER.md after migration to Github
- Thanks to Kirill Bobyrev
This commit is contained in:
parent
ce924349c1
commit
1133f02df7
2 changed files with 10 additions and 8 deletions
10
ChangeLog
10
ChangeLog
|
@ -4,6 +4,10 @@
|
||||||
Thanks to Markus Beppler, Konstantin Vorobyev
|
Thanks to Markus Beppler, Konstantin Vorobyev
|
||||||
- TI-91 Timewarrior does not compile on DragonFly
|
- TI-91 Timewarrior does not compile on DragonFly
|
||||||
Thanks to Michael Neumann
|
Thanks to Michael Neumann
|
||||||
|
- TW #1 URL formating
|
||||||
|
Thanks to buhtz
|
||||||
|
- TW #2 Update to markdown and rename DEVELOPER to DEVELOPER.md
|
||||||
|
Thanks to Lynoure Braakman
|
||||||
- TW-54/#115 Reduce output for timesheet
|
- TW-54/#115 Reduce output for timesheet
|
||||||
Thanks to Aikido guy
|
Thanks to Aikido guy
|
||||||
- TW-61 Extract only tasks with annotations
|
- TW-61 Extract only tasks with annotations
|
||||||
|
@ -85,12 +89,10 @@
|
||||||
Thanks to php-coder
|
Thanks to php-coder
|
||||||
- TW #1966 Tests: Don't hardcode errno constants #1966
|
- TW #1966 Tests: Don't hardcode errno constants #1966
|
||||||
Thanks to Jakub Wilk
|
Thanks to Jakub Wilk
|
||||||
- TW #2 Update to markdown and rename DEVELOPER to DEVELOPER.md
|
|
||||||
Thanks to Lynoure Braakman
|
|
||||||
- TW #1 URL formating
|
|
||||||
Thanks to buhtz
|
|
||||||
- TW #1973 Don't nag when no tasks are READY
|
- TW #1973 Don't nag when no tasks are READY
|
||||||
Thanks to Martin F. Krafft
|
Thanks to Martin F. Krafft
|
||||||
|
- TW #1986 [Nit] Update DEVELOPER.md after migration to Github
|
||||||
|
Thanks to Kirill Bobyrev
|
||||||
- Added 'juhannus' as a synonym for 'midsommarafton'
|
- Added 'juhannus' as a synonym for 'midsommarafton'
|
||||||
Thanks to Lynoure Braakman
|
Thanks to Lynoure Braakman
|
||||||
- Deprecated the 'DUETODAY' virtual tag, which is a synonym for the 'TODAY'
|
- Deprecated the 'DUETODAY' virtual tag, which is a synonym for the 'TODAY'
|
||||||
|
|
|
@ -125,16 +125,16 @@
|
||||||
All new unit tests should follow the test/template.t standard.
|
All new unit tests should follow the test/template.t standard.
|
||||||
|
|
||||||
# Patches
|
# Patches
|
||||||
Patches are encouraged and welcomed. Either attach them to the appropriate
|
Patches are encouraged and welcomed. Either send a pull request on Github or
|
||||||
Jira issue, or send them to support@taskwarrior.org. A good patch:
|
email a patch to support@taskwarrior.org. A good patch:
|
||||||
|
|
||||||
* Maintains the MIT license, and does not contain code lifted from other
|
* Maintains the MIT license, and does not contain code lifted from other
|
||||||
sources. You will have written 100% of the code in the patch, otherwise
|
sources. You will have written 100% of the code in the patch, otherwise
|
||||||
we cannot maintain the license.
|
we cannot maintain the license.
|
||||||
* Precisely addresses one issue only.
|
* Precisely addresses one issue only.
|
||||||
* Doesn't break unit tests.
|
* Doesn't break unit tests. This means yes, run the unit tests.
|
||||||
* Doesn't introduce dependencies.
|
* Doesn't introduce dependencies.
|
||||||
* Is accompanied by unit tests, where appropriate.
|
* Is accompanied by new or updated unit tests, where appropriate.
|
||||||
* Is accompanied by documentation changes, where appropriate.
|
* Is accompanied by documentation changes, where appropriate.
|
||||||
* Conforms to the prevailing coding standards - in other words, it should
|
* Conforms to the prevailing coding standards - in other words, it should
|
||||||
fit in with the existing code.
|
fit in with the existing code.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue