summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-12 15:14:32 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-12 15:14:32 -0500
commitf4530202c37fc464d09a2b4287115062334e492d (patch)
treeeaf47130b753c8ae7c4ea714365f57faf6deff05 /.github
parent2623d24f5cf25094140ac2a61443ec84fb9bb839 (diff)
downloadcryptopp-git-f4530202c37fc464d09a2b4287115062334e492d.tar.gz
Add GitHub Issue template)
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
new file mode 100644
index 00000000..74b23393
--- /dev/null
+++ b/.github/issue_template.md
@@ -0,0 +1,15 @@
+### Crypto++ Issue Report
+
+Thanks for taking the time to report an issue. Reporting issues helps us improve stability and reliability for all users, so it is a valuable contribution.
+
+Please do not ask questions in the bug tracker. Please ask questions on the Crypto++ Users List at http://groups.google.com/forum/#!forum/cryptopp-users.
+
+There is a wiki page with information on filing useful bug reports. If you have some time please visit http://www.cryptopp.com/wiki/Bug_Report on the wiki. The exectuive summary is:
+
+* State the operating system and version (Ubutnu 17 x86_64, Windows 7 Professional x64, etc)
+* State the version of the Crypto++ library (Crypto++ 5.6.5, Master, etc)
+* State how you built the library (Makefile, Cmake, distro, etc)
+* Show a typical command line (the output of the compiler for cryptlib.cpp)
+* Show the link command (the ouput of the linker for libcryptopp.so or creyptest.exe)
+* Show the exact error message you are receiving (copy and paste it); or
+* Clearly state the undesired behavior (and state the expected behavior)