Go to file
tossj 0e25ddf3e5 URLEncode: New design to prevent text overflow and better present answer (#4556)
* URLEncode: Modified design to prevent text overflow

* URLEncode: Added JS to select entire encoded result when clicked

* Revert "URLEncode: Added JS to select entire encoded result when clicked"

This reverts commit 33cbd2aca7b28b01546f5ca13a520284139b5260.

* Revert "URLEncode: Modified design to prevent text overflow"

* URLEncode: Add CSS to prevent hidden text overflow of result
2018-01-29 22:33:04 -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 URLEncode: New design to prevent text overflow and better present answer (#4556) 2018-01-29 22:33:04 -05:00
spec Conversions Suggestion: (ANGLE) - Add Missing Units (#4224) 2017-06-03 15:35:10 +01:00
t Conversions: JS error (#4551) (#4557) 2017-12-26 21:18:25 -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