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

/pull_request_template_spice.md

https://gitlab.com/phora/zeroclickinfo-spice
Markdown | 120 lines | 74 code | 46 blank | 0 comment | 0 complexity | 0942cb874b7ffd88fdc7936f674d32e5 MD5 | raw file
  1. # Spice Pull Request Template
  2. ## How To Use This Template
  3. 1) Use the **raw** text at https://raw.githubusercontent.com/duckduckgo/zeroclickinfo-spice/master/pull_request_template_spice.md
  4. 2) Copy and paste the questions (from the raw text) into the description of your GitHub pull request and fill in the questions there, as appropriate.
  5. 3) Preview the text before posting by clicking the "Preview changes" button above text box. The questions should remain bolded so it's easier for everyone to read
  6. 4) Do not include these instructions when you paste the questions into the Pull Request description!
  7. ## Demo
  8. ![Demo GIF](http://cl.ly/image/1O0n39092K3q/download/Screen%20Recording%202015-08-29%20at%2009.31%20AM.gif)
  9. ## Copy and Paste the Raw Text Below Into Your Pull Request
  10. **What does your Instant Answer do?**
  11. **What problem does your Instant Answer solve (Why is it better than organic links)?**
  12. **What is the data source for your Instant Answer? (Provide a link if possible)**
  13. **Why did you choose this data source?**
  14. **Are there any other alternative (better) data sources?**
  15. **What are some example queries that trigger this Instant Answer?**
  16. **Which communities will this Instant Answer be especially useful for? (gamers, book lovers, etc)**
  17. **Is this Instant Answer connected to a DuckDuckHack [Instant Answer idea](https://duck.co/ideas)?**
  18. **Which existing Instant Answers will this one supersede/overlap with?**
  19. **Are you having any problems? Do you need our help with anything?**
  20. **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?**
  21. **Where did you hear about DuckDuckHack? (For first time contributors)**
  22. **What does the Instant Answer look like? (Provide a screenshot for new or updated Instant Answers)**
  23. ## Checklist
  24. Please place an 'X' where appropriate.
  25. ```
  26. [] Added metadata and attribution information
  27. [] Wrote test file and added to t/ directory
  28. [] Verified that instant answer adheres to design guidelines (https://duck.co/duckduckhack/design_styleguide)
  29. [] Verified that instant answer adheres to code styleguide (https://duck.co/duckduckhack/code_styleguide)
  30. [] Tested cross-browser compatibility
  31. Please let us know which browsers/devices you've tested on:
  32. - Windows 10
  33. - [] Google Chrome
  34. - [] Firefox
  35. - [] Opera
  36. - [] IE 11
  37. - [] Microsoft edge
  38. - Windows 8
  39. - [] Google Chrome
  40. - [] Firefox
  41. - [] Opera
  42. - [] IE 10
  43. - Windows 7
  44. - [] Google Chrome
  45. - [] Firefox
  46. - [] Opera
  47. - [] IE 8
  48. - [] IE 9
  49. - [] IE 10
  50. - Windows XP
  51. - [] IE 7
  52. - [] IE 8
  53. - Linux
  54. - [] Google Chrome
  55. - [] Firefox
  56. - Mac OSX
  57. - [] Google Chrome
  58. - [] Firefox
  59. - [] Opera
  60. - [] Safari
  61. - iOS (iPhone)
  62. - [] Safari Mobile
  63. - [] Google Chrome
  64. - [] Opera
  65. - iOS (iPad)
  66. - [] Safari Mobile
  67. - [] Google Chrome
  68. - [] Opera
  69. - Android
  70. - [] Firefox
  71. - [] Native Browser
  72. - [] Google Chrome
  73. - [] Opera
  74. ```