From 776f3d4057f035a0d1268522243e6538835b2a46 Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Wed, 6 Apr 2022 14:38:53 +0300 Subject: [PATCH] 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 --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..70638f98a --- /dev/null +++ b/.github/pull_request_template.md @@ -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: