From d2ac7fd8f086ef01ed4d28d840c194fbab6ef5ca Mon Sep 17 00:00:00 2001 From: Eric Sink Date: Mon, 19 Sep 2022 12:31:16 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..f0ef5b7b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Report a problem +title: '' +labels: '' +assignees: '' + +--- + +SQLitePCLRaw handles many platforms and configurations. If you are having trouble, we typically need a LOT of information from you in order to help figure out what is going wrong. + +The following questions are provided to help you see what kinds of information we need: + +What version of SQLitePCLRaw are you using? + +If you are using one of the SQLitePCLRaw bundle packages, which one? + +What platform are you running on? What operating system? Which version? What CPU? + +What target framework are you building for? + +Are you on .NET Framework or the newer stuff (.NET Core, .NET 5+, etc)? + +Are you using the command line, or an IDE? Which IDE? Which version of that IDE? + +Is this problem something that just started happening? For example, were things working well for you and then you updated something and then the problem showed up? What changed? + +What is the exact error message you are seeing when the problem happens? + +Are you using `PackageReference` or `packages.config`? + +If you are using mobile platforms, are you on classic/legacy Xamarin or on .NET 6 and higher? + +Sometimes other packages using SQLitePCLRaw cause problems when they are mixed together. What other packages are you including in your project? + +How can we reproduce the problem you are seeing? Your issue will get attention much faster if you attach a minimal reproduction sample project.