Skip to content

Commit 2c3af56

Browse files
committed
github: add template for pull-request description
Commit for #153 introduces changelog and to remind contributors about changelog entries this commit adds a template for pull-request description. Learn more about templates on Github in [1]. 1. https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository Follows up #121
1 parent 4a135a7 commit 2c3af56

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/pull_request_template.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
What has been done? Why? What problem is being solved?
2+
3+
I didn't forget about (remove if it is not applicable):
4+
5+
- [ ] Tests (see [documentation](https://pkg.go.dev/testing) for a testing package)
6+
- [ ] Changelog (see [documentation](https://keepachangelog.com/en/1.0.0/) for changelog format)
7+
- [ ] Documentation (see [documentation](https://go.dev/blog/godoc) for documentation style guide)
8+
9+
Related issues:

0 commit comments

Comments
 (0)