Go to file
PJ Hampton 95214cc055 Calculator: Divide bug (#4483)
* Add edge case.

* Fix rouge regex.
2017-09-11 15:57:42 -04:00
.github REPO: Update pr/readme template (#4474) 2017-09-05 09:31:03 -04:00
lib/DDG Calculator: Divide bug (#4483) 2017-09-11 15:57:42 -04:00
share/goodie Conversions: Add light years, astronomical units, parsecs (#4438) 2017-09-02 10:54:22 +01:00
spec Conversions Suggestion: (ANGLE) - Add Missing Units (#4224) 2017-06-03 15:35:10 +01:00
t Calculator: Divide bug (#4483) 2017-09-11 15:57:42 -04:00
template Merge pull request #3337 from duckduckgo/gd/cheat-sheet-template 2016-07-07 11:34:44 -06:00
.gitignore gitignore metadata 2015-02-12 13:23:57 -05:00
.travis.yml Fix Travis Builds: use --mirror-only option to prevent installing from backpan (#4478) 2017-09-06 13:01:56 -04:00
CONTRIBUTING.md Update CONTRIBUTING.md 2017-09-05 09:35:54 -04:00
LICENSE Vanilla LICENSE file, no modifications. 2015-01-19 22:30:05 +01:00
README.md Add back build status 2017-09-05 09:52:23 -04:00
dist.ini v1259 2017-08-30 16:36:54 -04:00
package.json Conversions: Fixed spelling of cmH2O and Cups, Fixes FE-Tests (#4160) 2017-05-05 15:18:03 -04:00

README.md

In Maintenance Build Status

DuckDuckHack is now in maintenance mode. We are only accepting pull requests for essential bug fixes. For more information see duckduckhack.com.

What are essential bug fixes?

Any changes necessary to keep existing Instant Answers functioning correctly and as expected. For example:

  • Updating the URL for a Spice Instant Answer when the API changes
  • Correcting a Perl or JavaScript logic error
  • Fixing CSS that's causing the display to break

Any other changes will not be accepted. For example:

  • spelling/comment changes
  • unsolicited improvements, changes, and code refactoring