PageRenderTime 58ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/CONTRIBUTING.md

http://github.com/duckduckgo/zeroclickinfo-spice
Markdown | 48 lines | 32 code | 16 blank | 0 comment | 0 complexity | 38e3195fcb045e34a4bb479d0ae44ed3 MD5 | raw file
Possible License(s): Apache-2.0
  1. <p align="center">
  2. <img src="https://pbs.twimg.com/profile_images/542062260600840192/nK5NSKBY_400x400.png" height="180px" width="180px" alt="ddg logo" />
  3. </p>
  4. <p align="center">
  5. <a href="https://duckduckhack.com/contributing.html">>> DUCKDUCKHACK CONTRIBUTING.MD <<</a>
  6. </p>
  7. <p align="center">This document is hosted on our community website. Please use above link or the table of contents below.</p>
  8. * * *
  9. # In Maintenance
  10. DuckDuckHack is now in maintenance mode. We are only accepting pull requests for essential bug fixes. For more information see [duckduckhack.com](https://duckduckhack.com).
  11. ## What are essential bug fixes?
  12. Any changes necessary to keep existing Instant Answers functioning correctly and as expected. For example:
  13. - Updating the URL for a Spice Instant Answer when the API changes
  14. - Correcting a Perl or JavaScript logic error
  15. - Fixing CSS that's causing the display to break
  16. Any other changes will not be accepted. For example:
  17. - spelling/comment changes
  18. - unsolicited improvements, changes, and code refactoring
  19. ## Need to report a bug?
  20. If you find a bug or relevancy issue, the **best** way to report this is via the Feedback button on the DuckDuckGo.com search results page. These issues are compiled and reviewed daily.
  21. ## Have a suggestion or idea?
  22. The **best** way to report these is also via the Feedback button on the DuckDuckGo.com search results page.
  23. You can also share your thoughts with our community on [Reddit](https://www.reddit.com/r/duckduckgo/).
  24. ----
  25. ## Contents
  26. - [Our Core Values](https://duckduckhack.com/contributing.html#our-core-values)
  27. - [Reporting Issues](https://duckduckhack.com/contributing.html#reporting-issues)
  28. - [Making Pull Requests](https://duckduckhack.com/contributing.html#pull-requests)
  29. - [New Instant Answers](https://duckduckhack.com/contributing.html#new-instant-answers)
  30. - [Improvements](https://duckduckhack.com/contributing.html#improvements)
  31. - [Not Following these guidelines?](https://duckduckhack.com/contributing.html#not-following-these-guidelines)
  32. - [Not Sure?](https://duckduckhack.com/contributing.html#not-sure)