Yoginth 10dc09d763 Update gitote.go | 4 years ago | |
---|---|---|
cmd | 5 years ago | |
conf | 5 years ago | |
docker | 5 years ago | |
docs | 5 years ago | |
models | 5 years ago | |
pkg | 5 years ago | |
public | 5 years ago | |
routes | 5 years ago | |
script | 5 years ago | |
templates | 5 years ago | |
vendor | 6 years ago | |
.dockerignore | 6 years ago | |
.gitattributes | 6 years ago | |
.gitignore | 6 years ago | |
.gitlab-ci.yml | 5 years ago | |
CONTRIBUTING.md | 5 years ago | |
Dockerfile | 6 years ago | |
LICENSE | 5 years ago | |
Makefile | 6 years ago | |
Procfile | 6 years ago | |
README.md | 5 years ago | |
appveyor.yml | 5 years ago | |
gitote.go | 4 years ago |
Demo: https://gitote.yoginth.com
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.
Linux | Windows | Go Report | Docker |
---|---|---|---|
Gitote is an open source end-to-end software development platform with built-in version control, issue tracking, code review, and more.
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.
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!
git checkout -b feature/that-new-feature
or bug/fixing-that-bug
git commit -m 'Add some feature'
git push origin feature/that-new-feature
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!
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!
References/Closes/Resolves #305
, where 305 is the issue number.View Gitote tech stack here
View Gitote documentations here
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.