summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2022-08-23 16:32:31 -0400
committerJeffrey Walton <noloader@gmail.com>2022-08-23 16:32:31 -0400
commit84063b0070662f47c91158e9192ba3aa8a7da7ab (patch)
tree87f38d343bb983d8456f9d9de598b2a4bbf551d0 /.github
parent01a18bdbcb221120beffc6579f549e32490067c5 (diff)
downloadcryptopp-git-84063b0070662f47c91158e9192ba3aa8a7da7ab.tar.gz
Remove cryptest-cmake.sh
CMake is now maintained by Abdessattar Sassi. The directory layout of the files changed and cryptest-cmake.sh no longer works as expected. Also see https://groups.google.com/g/cryptopp-users/c/9oDbTm8qWps.
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
index c6ee9f9e..af15781d 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -4,13 +4,15 @@ 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.
+Please do not ask questions about unsupported build systems, like Autotools, CMake, Conan and NuGet. They are other people's projects. We don't know anything about them.
+
+Please do not ask questions at Stack Overflow. We do not patrol Stack Overflow. We will 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++ 7.0, Master, etc)
-* State how you built the library (Makefile, Cmake, distro, etc)
+* State how you built the library (Visual Studio, Makefile, distro provided, 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)
* Show the exact error message you are receiving (copy and paste it); or