| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <div class="pages bg">
- {{template "base/head" .}}
- <div class="pages head">
- <p class="text">❓ FAQ on {{AppName}} ❓</p>
- </div>
- <div class="pages body">
- <h2 class="pages-heading">What is {{AppName}}?</h2>
-
- <p class="pages-small">
- {{AppName}} is an open source end-to-end software development platform with built-in version control,
- issue tracking, code review, and more.
- </p>
- <h2 class="pages-heading">I found a bug (not a security vulnerability). How do I report it?</h2>
- <p class="pages-small">
- Please create an issue on our <a href="https://gitote.com/gitote/issues" target="_blank">issues repo</a>.
- </p>
- <h2 class="pages-heading">I found a security vulnerability. How do I report it?</h2>
- <p class="pages-small">
- Please email <a href="mailto://security@gitote.com">security@gitote.com.</a> Checkout our security page <a href="{{AppURL}}security">here.</a>
- </p>
- <h2 class="pages-heading">How does <a href="{{AppURL}}">{{AppName}}</a> make money?</h2>
- <p class="pages-small">
- Right now, we count on our sponsors. We also sell some merchandise on The {{AppName}} Shop.
- </p>
- <h2 class="pages-heading">When will I get access to beta features?</h2>
- <p class="pages-small">
- Beta feature is open for all you can enroll on your <a href="{{AppURL}}user/settings">profile settings.</a>
- </p>
- <h2 class="pages-heading">What's the best way to contact you?</h2>
- <p class="pages-small">
- For anything else, tweet <a href="https://twitter.com/yogicodes">@yogicodes</a> or email <a href="mailto:yoginth@icloud.com">yoginth@icloud.com</a>.
- </p>
-
- <h2 class="pages-heading">How was {{AppName}} built?</h2>
-
- <p class="pages-small">
- {{AppName}} 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.
- </p>
-
- <p class="pages-small">
- The site uses <a href="https://www.postgresql.org">PostgreSQL</a> to store and retrieve data and user accounts.
- </p>
-
- <h2 class="pages-heading">Are you hiring?</h2>
- <p class="pages-small">
- Not at the moment.
- </p>
- <h2 class="pages-heading">I have more questions.</h2>
- <p class="pages-small">
- Great! We're happy to answer them. Please email <a href="mailto://members@gitote.com">members@gitote.com!</a>
- </p>
- </div>
- {{template "base/footer" .}}
- </div>
|