From 57d5cfede3910dbb03fc47062efaae3c78d5db81 Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Thu, 22 Jun 2017 23:07:09 -0400
Subject: [PATCH] add first draft of a pull request template

---
 .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++++++
 1 file changed, 19 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 0000000000..fb16f84d45
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,19 @@
+## Purpose
+_Briefly describe the new feature(s) included in this pull request.
+If this addresses an open GitHub Issue, mention the issue number, e.g. with `fixes #221`_
+
+## Implementation Notes
+_Provide any relevant details about how the feature is implemented,
+how correctness was verified, how other features in LAMMPS are affected_
+
+## Post Submission Checklist
+Please check the fields as they are completed
+- [ ] The feature or features in the pull request is complete
+- [ ] Suitable new documentation files and/or updates to the existing docs are included
+- [ ] One or more example input decks are included
+- [ ] The source code follows the LAMMPS formatting guidelines
+
+## Further Information, Files, and Links
+_Put any additional information here, attach relevant text or image files and URLs to external sites_
+
+
-- 
GitLab