Skip to content

Commit

Permalink
github: add template for pull-request description
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ligurio committed Apr 6, 2022
1 parent 80c7450 commit 7f315a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
What has been done? Why? What problem is being solved?

I didn't forget about (remove if it is not applicable):

- [ ] Tests (see [documentation](https://pkg.go.dev/testing) for a testing package)
- [ ] Changelog (see [documentation](https://keepachangelog.com/en/1.0.0/) for changelog format)
- [ ] Documentation (see [documentation](https://go.dev/blog/godoc) for documentation style guide)

Related issues:

0 comments on commit 7f315a3

Please sign in to comment.