From 3a9f08c88da15d129842e9c7f461caeeaa70d3a4 Mon Sep 17 00:00:00 2001 From: Bogdan Ungureanu Date: Sat, 25 Sep 2021 14:10:53 +0300 Subject: [PATCH] add pull request template --- PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..fd84126 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +**Describe the PR** +e.g. add cool parser. + +**Relation issue** +e.g. https://github.com/swaggo/gin-swagger/pull/123/files + +**Additional context** +Add any other context about the problem here.