summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-12-28 10:37:57 -0500
committerJeffrey Walton <noloader@gmail.com>2019-12-28 10:37:57 -0500
commitcb42f63520b1278d3074e740091e95a258d8e34a (patch)
tree0ad3c6898ad7fd8fe631d8be409644fa8ef483ab /.github
parent78d1de6127e097963e2e68d409ee1eec94e6b0c6 (diff)
downloadcryptopp-git-cb42f63520b1278d3074e740091e95a258d8e34a.tar.gz
Update Bug Report template
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
index ed98eabe..c6ee9f9e 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -4,10 +4,12 @@ Thanks for taking the time to report an issue. Reporting issues helps us improve
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.
+Please _do not_ ask questions at Stack Overflow. We may not be able to answer your question.
+
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 executive 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 the version of the Crypto++ library (Crypto++ 7.0, 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 output of the linker for libcryptopp.so or cryptest.exe)