1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <div class="pages bg">
- {{template "base/head" .}}
- <div class="pages head">
- <p class="text">❓ FAQ on Gitote ❓</p>
- </div>
- <div class="pages body">
- <h2 class="pages-heading">What is Gitote?</h2>
-
- <p class="pages-small">
- Gitote 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.in/gitote/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.in">security@gitote.in.</a> Checkout our security page <a href="{{AppURL}}security">here.</a>
- </p>
- <h2 class="pages-heading">How does <a href="{{AppURL}}">Gitote</a> make money?</h2>
- <p class="pages-small">
- Right now, we count on our sponsors. We also sell some merchandise on The Gitote 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">How was Gitote built?</h2>
-
- <p class="pages-small">
- 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.
- </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.in">members@gitote.in!</a>
- </p>
- </div>
- {{template "base/footer" .}}
- </div>
|