faq.tmpl 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <div class="pages bg">
  2. {{template "base/head" .}}
  3. <div class="pages head">
  4. <p class="text">❓ FAQ on Gitote ❓</p>
  5. </div>
  6. <div class="pages body">
  7. <h2 class="pages-heading">What is Gitote?</h2>
  8. <p class="pages-small">
  9. Gitote is an open source end-to-end software development platform with built-in version control,
  10. issue tracking, code review, and more.
  11. </p>
  12. <h2 class="pages-heading">I found a bug (not a security vulnerability). How do I report it?</h2>
  13. <p class="pages-small">
  14. Please create an issue on our <a href="https://gitote.in/gitote/gitote/issues" target="_blank">issues repo</a>.
  15. </p>
  16. <h2 class="pages-heading">I found a security vulnerability. How do I report it?</h2>
  17. <p class="pages-small">
  18. Please email <a href="mailto://security@gitote.in">security@gitote.in.</a> Checkout our security page <a href="{{AppURL}}security">here.</a>
  19. </p>
  20. <h2 class="pages-heading">How does <a href="{{AppURL}}">Gitote</a> make money?</h2>
  21. <p class="pages-small">
  22. Right now, we count on our sponsors. We also sell some merchandise on The Gitote Shop.
  23. </p>
  24. <h2 class="pages-heading">When will I get access to beta features?</h2>
  25. <p class="pages-small">
  26. Beta feature is open for all you can enroll on your <a href="{{AppURL}}user/settings">profile settings.</a>
  27. </p>
  28. <h2 class="pages-heading">How was Gitote built?</h2>
  29. <p class="pages-small">
  30. Gitote is an app built with Open Source we are using <a href="https://go-macaron.com/">Go Macaron</a> for server-side rendering. The app runs on a <a href="https://golang.com">Go Lang</a> server managed by Digital Ocean.
  31. </p>
  32. <p class="pages-small">
  33. The site uses <a href="https://www.postgresql.org">PostgreSQL</a> to store and retrieve data and user accounts.
  34. </p>
  35. <h2 class="pages-heading">Are you hiring?</h2>
  36. <p class="pages-small">
  37. Not at the moment.
  38. </p>
  39. <h2 class="pages-heading">I have more questions.</h2>
  40. <p class="pages-small">
  41. Great! We're happy to answer them. Please email <a href="mailto://members@gitote.in">members@gitote.in!</a>
  42. </p>
  43. </div>
  44. {{template "base/footer" .}}
  45. </div>