neoneo-go/.github/PULL_REQUEST_TEMPLATE.md

16 lines
180 B
Markdown
Raw Normal View History

2018-02-02 19:04:56 +00:00
### Problem
...
### Solution
...
### Notes
Use [semver](https://semver.org/) to bump `VERSION`, and remember to run the following after
merging your PR:
```
make push-tag
```