mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
docs: Migrate development tracking from Trello to GitHub Projects (#1696)
* docs: Migrate development tracking from Trello to GitHub Projects * docs: Replace non-template based references and correct templates
This commit is contained in:
@@ -14,7 +14,7 @@ const (
|
||||
PrereleaseBlurb = "This version is pre-release and is not intended to be used as a production ready trading framework or bot - use at your own risk."
|
||||
IsRelease = false
|
||||
GitHub = "GitHub: https://github.com/thrasher-corp/gocryptotrader"
|
||||
Trello = "Trello: https://trello.com/b/ZAhMhpOy/gocryptotrader"
|
||||
ProjectKanban = "Kanban: https://github.com/orgs/thrasher-corp/projects/3"
|
||||
Slack = "Slack: https://join.slack.com/t/gocryptotrader/shared_invite/enQtNTQ5NDAxMjA2Mjc5LTc5ZDE1ZTNiOGM3ZGMyMmY1NTAxYWZhODE0MWM5N2JlZDk1NDU0YTViYzk4NTk3OTRiMDQzNGQ1YTc4YmRlMTk"
|
||||
Issues = "Issues: https://github.com/thrasher-corp/gocryptotrader/issues"
|
||||
)
|
||||
@@ -42,7 +42,7 @@ func Version(short bool) string {
|
||||
}
|
||||
versionStr += Copyright + "\n\n"
|
||||
versionStr += GitHub + "\n"
|
||||
versionStr += Trello + "\n"
|
||||
versionStr += ProjectKanban + "\n"
|
||||
versionStr += Slack + "\n"
|
||||
versionStr += Issues + "\n"
|
||||
return versionStr
|
||||
|
||||
Reference in New Issue
Block a user