From 7618a5e2c92a80d7f276f4940bd579b2c4a2d70e Mon Sep 17 00:00:00 2001
From: dsehnal <david.sehnal@gmail.com>
Date: Wed, 19 Oct 2022 12:41:24 +0200
Subject: [PATCH] pr template

---
 .github/pull_request_template.md | 10 ++++++++++
 1 file changed, 10 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..787d4e89c
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,10 @@
+<!-- Thank you for contributing to Mol* -->
+
+# Description
+
+
+## Actions
+
+- [ ] Added description of changes to the `[Unreleased]` section of `CHANGELOG.md`
+- [ ] Updated headers of modified files
+- [ ] Added my name to `package.json`'s `contributors`
\ No newline at end of file
-- 
GitLab