Go to file
Rohit Upadhyay 9c5af71177 Fixes #4520, added gigapascal to pressure units to fix broken unit (#4522)
* fixed overtriggering in Game2048

* Added two more tests to help fix issue #4473

* Added regex guard in handle function to fix #4473.

* modified regex guard for #4473

* Added a test to t/Game2048.t

* Removed trailing comma.

* Conversions: Added Gigapascal to pressure units #4520

* Update Conversions.t

* Update Conversions.t

* Added test for Gbar for conversions goodie
2018-01-29 22:35:54 -05:00
.github REPO: Update pr/readme template (#4474) 2017-09-05 09:31:03 -04:00
lib/DDG Conversions: Changed "=" to act like "to" in implicit conversions (#4553) 2017-12-18 11:14:49 -05:00
share/goodie Fixes #4520, added gigapascal to pressure units to fix broken unit (#4522) 2018-01-29 22:35:54 -05:00
spec Conversions Suggestion: (ANGLE) - Add Missing Units (#4224) 2017-06-03 15:35:10 +01:00
t Fixes #4520, added gigapascal to pressure units to fix broken unit (#4522) 2018-01-29 22:35:54 -05: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 Remove Perl 5.16 from Travis 2017-11-14 09:54:23 -05: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