Skip to content

Commit

Permalink
Merge pull request #621 from vertiond/upstream-issues
Browse files Browse the repository at this point in the history
use bug issue template
  • Loading branch information
KforG authored Mar 11, 2024
2 parents f55c908 + 9dae032 commit 98fee44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tracking.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ func (m *Backend) TrackingEnabled() string {
}

func (m *Backend) ReportIssue() {
util.OpenBrowser("https://github.com/vertcoin-project/one-click-miner-vnext/issues/new")
util.OpenBrowser("https://github.com/vertcoin-project/one-click-miner-vnext/issues/new?assignees=&labels=bug&projects=&template=1-bug.yml")
}

0 comments on commit 98fee44

Please sign in to comment.