PageRenderTime 48ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/pull_request_template_spice.md

http://github.com/duckduckgo/zeroclickinfo-spice
Markdown | 93 lines | 57 code | 36 blank | 0 comment | 0 complexity | ae162ef2021b406a0664e30e1961dd4d MD5 | raw file
Possible License(s): Apache-2.0
  1. # Spice Pull Request Template
  2. Using this template will help us better understand your Instant Answer and assist you when necessary. Simply copy and paste the markdown below into the description of your GitHub pull request and complete as appropriate.
  3. **What does your Instant Answer do?**
  4. **What problem does your Instant Answer solve (Why is it better than organic links)?**
  5. **What is the data source for your Instant Answer? (Provide a link if possible)**
  6. **Why did you choose this data source?**
  7. **Are there any other alternative (better) data sources?**
  8. **What are some example queries that trigger this Instant Answer?**
  9. **Which communities will this Instant Answer be especially useful for? (gamers, book lovers, etc)**
  10. **Is this Instant Answer connected to a DuckDuckHack [Instant Answer idea](https://duck.co/ideas)?**
  11. **Which existing Instant Answers will this one supersede/overlap with?**
  12. **Are you having any problems? Do you need our help with anything?**
  13. **What are the terms of use for the API? Will DuckDuckGo need specific authorization (e.g. an API key)? Are there any costs associated with API usage?**
  14. **Where did you hear about DuckDuckHack? (For first time contributors)**
  15. **What does the Instant Answer look like? (Provide a screenshot for new or updated Instant Answers)**
  16. ## Checklist
  17. Please place an 'X' where appropriate.
  18. ```
  19. [] Added metadata and attribution information
  20. [] Wrote test file and added to t/ directory
  21. [] Verified that instant answer adheres to design guidelines (https://duck.co/duckduckhack/design_styleguide)
  22. [] Verified that instant answer adheres to code styleguide (https://duck.co/duckduckhack/code_styleguide)
  23. [] Tested cross-browser compatibility
  24. Please let us know which browsers/devices you've tested on:
  25. - Windows 8
  26. [] Google Chrome
  27. [] Firefox
  28. [] Opera
  29. [] IE 10
  30. - Windows 7
  31. [] Google Chrome
  32. [] Firefox
  33. [] Opera
  34. [] IE 8
  35. [] IE 9
  36. [] IE 10
  37. - Windows XP
  38. [] IE 8
  39. - Mac OSX
  40. [] Google Chrome
  41. [] Firefox
  42. [] Opera
  43. [] Safari
  44. - iOS (iPhone)
  45. [] Safari Mobile
  46. [] Google Chrome
  47. [] Opera
  48. - iOS (iPad)
  49. [] Safari Mobile
  50. [] Google Chrome
  51. [] Opera
  52. - Android
  53. [] Firefox
  54. [] Native Browser
  55. [] Google Chrome
  56. [] Opera
  57. ```