Skip to content

Commit

Permalink
Merge pull request #53 from swaggo/improvements
Browse files Browse the repository at this point in the history
improve contribution experience
  • Loading branch information
ubogdan committed Sep 25, 2021
2 parents 1a69ccb + a7f8727 commit 71d26f9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
builds:
- skip: true
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
8 changes: 8 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
**Describe the PR**
e.g. add cool parser.

**Relation issue**
e.g. https://github.com/swaggo/gin-swagger/pull/123/files

**Additional context**
Add any other context about the problem here.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Default net/http wrapper to automatically generate RESTful API documentation wit
[![Codecov branch](https://img.shields.io/codecov/c/github/swaggo/http-swagger/master.svg)](https://codecov.io/gh/swaggo/http-swagger)
[![Go Report Card](https://goreportcard.com/badge/github.com/swaggo/http-swagger)](https://goreportcard.com/report/github.com/swaggo/http-swagger)
[![GoDoc](https://godoc.org/github.com/swaggo/http-swagger?status.svg)](https://godoc.org/github.com/swaggo/http-swagger)
[![Release](https://img.shields.io/github/release/swaggo/http-swagger.svg?style=flat-square)](https://github.com/swaggo/http-swagger/releases)

## Usage

Expand Down

0 comments on commit 71d26f9

Please sign in to comment.