Skip to content

Commit

Permalink
update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamjz committed Dec 4, 2023
1 parent a269505 commit 43c6d3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ write `N/A` if there isn's
- Version:

**Additional context**
Add any other context about the problem here.
<!-- Add any other context about the problem here. -->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ A clear and concise description of what you want to happen.
**Example**

**Additional context**
Add any other context or screenshots about the feature request here.
<!-- Add any other context or screenshots about the feature request here. -->
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
go-version: stable

- name: Release
env:
Version: $GITHUB_REF_NAME
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
Expand Down

0 comments on commit 43c6d3f

Please sign in to comment.