forked from fl00r/go-tarantool-1.6
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
2 changed files
with
44 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters