Няма описание

Yoginth 10dc09d763 Update gitote.go преди 5 години
cmd fd71dea3e4 Remove Sitemap and Closes #52 преди 5 години
conf 808e06ab73 Remove donate from repo and Closes #44 преди 5 години
docker 500f532c7c remove deprecated option преди 6 години
docs b74aa7490b #53 преди 5 години
models 519c6265ee Remove Twitch Social and Resolves #43 преди 5 години
pkg 06dbaaf20a Remove gitote.in broken links and Closes #49 преди 5 години
public 29ef36d29c Fix border radius to staff badge преди 5 години
routes 6df1af68a2 Fix Docs URL преди 5 години
script 06dbaaf20a Remove gitote.in broken links and Closes #49 преди 5 години
templates 2f674fe50b Merge branch '51-fix-docs-url' into 'master' преди 5 години
vendor 7f6a493591 Merge branch 'master' of https://gitote.in/gitote/gitote преди 6 години
.dockerignore 2dcc9bb315 Updated Docker Ignore file преди 6 години
.gitattributes bc701732b4 Initial Commit преди 6 години
.gitignore 1ec1e45233 Removed Logs преди 6 години
.gitlab-ci.yml b8c6fac3bd Add Registry and Closes #55 преди 5 години
CONTRIBUTING.md 06dbaaf20a Remove gitote.in broken links and Closes #49 преди 5 години
Dockerfile 1ce83c3c3a Removed deprecated MAINTAINER in dockerfile and Resolves #86 преди 6 години
LICENSE a0bc068da3 Updated License Year Format преди 6 години
Makefile 542bbbbd8c Removed Night Mode преди 6 години
Procfile 88f8515e5d Updated Procfile преди 6 години
README.md f47b9b255b Bump to 1.1.1 преди 5 години
appveyor.yml cf112e5dc8 Update appveyor.yml преди 5 години
gitote.go 10dc09d763 Update gitote.go преди 5 години

README.md

Git + Rem(ote) = Gitote ❤️

Demo: https://gitote.yoginth.com

Software version control made simple!

Welcome to the gitote codebase. We are so excited to have you. With your help, we can build out Gitote to be more stable and better serve our platform.

Shields 🛡

Linux Windows Go Report Docker
GitLab Build status AppVeyor Build status Go Report Downloads

What is Gitote ❓

Gitote is an open source end-to-end software development platform with built-in version control, issue tracking, code review, and more.

Table of Contents

Contributing 🚧

We expect contributors to abide by our underlying code of conduct. All conversations and discussions on Gitote (issues, pull requests) and across Gitote must be respectful and harassment-free.

Where to contribute

When in doubt you can mention us in any issues . Any issue with Good first Issue tag is typically a good place to start.

Refactoring code, e.g. improving the code without modifying the behavior is an area that can probably be done based on intuition and may not require much communication to be merged.

🐞 Fixing bugs may also not require a lot of communication, but the more the better. Please surround bug fixes with ample tests. Bugs are magnets for other bugs. Write tests near bugs!

🏗 Building features is the area which will require the most communication and/or negotiation. Every feature is subjective and open for debate. As always, when in doubt, ask!

How to contribute

  1. Fork the project & clone locally. Follow the initial setup here.
  2. Create a branch, naming it either a feature or bug: git checkout -b feature/that-new-feature or bug/fixing-that-bug
  3. Code and commit your changes. Bonus points if you write a good commit message: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/that-new-feature
  5. Create a pull request for your branch 🎉

Contribution guideline 📜

Create an issue

Nobody's perfect. Something doesn't work? Or could be done better? Let us know by creating an issue.

PS: a clear and detailed issue gets lots of love, all you have to do is follow the issue template!

Clean code with tests

Some existing code may be poorly written or untested, so we must have more scrutiny going forward. We test with go test, let us know if you have any questions about this!

Create a pull request

  • Try to keep the pull requests small. A pull request should try its very best to address only a single concern.
  • Make sure all tests pass and add additional tests for the code you submit.
  • Document your reasoning behind the changes. Explain why you wrote the code in the way you did. The code should explain what it does.
  • If there's an existing issue related to the pull request, reference to it by adding something like References/Closes/Resolves #305, where 305 is the issue number.
  • If you follow the pull request template, you can't go wrong.

Codebase 💻

The stack

View Gitote tech stack here

Documentation 📑

View Gitote documentations here

Features 🔮

  • Activity timeline
  • SSH and HTTP/HTTPS protocols
  • Account/Organization/Repository management
  • Add/Remove repository collaborators
  • Repository/Organization webhooks (including Slack and Discord)
  • Repository Git hooks/deploy keys
  • Repository issues, pull requests, wiki and protected branches
  • Migrate and mirror repository and its wiki
  • Web editor for repository files and wiki
  • Jupyter Notebook
  • Two-factor authentication
  • Gravatar and Federated avatar with custom source
  • Mail service
  • More emojis. 🐈

Core team 👬

Sponsors 🤗

DigitalOcean
Sentry

Thanks 🙏

License 💼

This program is free software: you can redistribute it and/or modify it under the terms of the MIT License. Please see the LICENSE file in our repository for the full text.

Happy Coding ❤️