summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2018-10-03 11:48:57 -0400
committersoftprops <d.tangren@gmail.com>2018-10-03 11:48:57 -0400
commitc7f2f22d048e101983aa85ee0819618df057fa8a (patch)
tree38fa79668ac3dbb071563011b0c20d800fbedcf2 /.github
parent832ad4bbb590260438f331815e17f203b3be4eaf (diff)
first pass at a pr template
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..5a6522c
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,15 @@
+<!--
+1. If there is a breaking or notable change please call that out as these will need to be added to the CHANGELOG.md file in this repository.
+2. This repository tries to stick with the community style conventions using [rustfmt](https://github.com/rust-lang-nursery/rustfmt#quick-start) with the *default* settings. If you have custom settings you may find that rustfmt
+clutter the diff of your change with unrelated changes. Please apply formatting with `cargo fmt` before submitting a pr.
+-->
+
+## What did you implement:
+
+<!--
+If this closes an open issue please replace xxx below with the issue number
+-->
+
+Closes: #xxx
+
+## How did you verify your change: \ No newline at end of file