Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/13rac1/emojione-color-font.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Erickson <eosrei@gmail.com>2016-05-15 21:37:13 +0300
committerBrad Erickson <eosrei@gmail.com>2016-05-15 21:37:13 +0300
commit82df2b895ca4fa4e2feda417e93ffbd9b69ca28d (patch)
tree61f069877531e67e2f735c8f7554da52367ce251
parentd1c607bc442b6bb3d9536c0b38f9befb396a3573 (diff)
github: Add issue and pull request templates
-rw-r--r--.github/ISSUE_TEMPLATE.md9
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md11
2 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..9cdff66
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,9 @@
+<!--
+Thanks for creating a new issue!
+
+Please include:
+- Font version
+- Screenshots
+- Operating system
+- Steps to reproduce
+-->
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..731bb3b
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,11 @@
+<!--
+Thank you for making a pull request!
+
+This project has a clean and consistent git history. Commit messages
+must be in the following format to be merged:
+
+tag: Title without period less than 50 characters
+
+Comment body text, if needed, describing what and why wrapped to 72
+characters.
+-->