Skip to content

Commit 1ff976a

Browse files
committed
Remove goreleaser action
1 parent 2be69b0 commit 1ff976a

File tree

3 files changed

+6
-64
lines changed

3 files changed

+6
-64
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ assignees: 'ackleymi'
88
---
99

1010
**Describe the bug**
11-
A clear and concise description of what the bug is.
11+
A clear description of what the bug is.
1212

1313
**To Reproduce**
1414
Steps to reproduce the behavior.
15-
Or even better, a unit test or reproducer.
15+
Or even better, a failing unit test.
1616

1717
**Expected behavior**
18-
A clear and concise description of what you expected to happen.
18+
A clear description of what you expected to happen.
1919

2020
**system information:**
2121
- OS: [e.g. Linux]
22-
- Go version [e.g. Go 1.16.5]
23-
- QF/Go Version [e.g. v0.6.0]
22+
- Go version [e.g. Go 1.19.xx]
23+
- QF/Go Version [e.g. v0.7.0]
2424

2525
**Additional context**
2626
Add any other context about the problem here.

.github/workflows/goreleaser.yml

-58
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Example QuickFIX/Go Applications
1+
# QuickFIX/Go Examples
22

33
[![Build Status](https://github.com/quickfixgo/examples/workflows/CI/badge.svg)](https://github.com/quickfixgo/examples/actions) [![GoDoc](https://godoc.org/github.com/quickfixgo/examples?status.png)](https://godoc.org/github.com/quickfixgo/examples) [![Go Report Card](https://goreportcard.com/badge/github.com/quickfixgo/examples)](https://goreportcard.com/report/github.com/quickfixgo/examples)
44

0 commit comments

Comments
 (0)