From d124eac724331920ba20c7dc54d7fc7712aac5d2 Mon Sep 17 00:00:00 2001 From: maliming Date: Thu, 17 Dec 2020 11:49:40 +0800 Subject: [PATCH] Update ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index d200c54488..414985237d 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -10,6 +10,7 @@ If you're creating a bug/problem report, please include followings: * Your **ABP Framework version**. * Your **User Interface** type (Angular/MVC/React... etc.) if the issue is related to a specific UI +* Your database provider(EF Core/MongoDB) * Exception message and **stack trace** if available (check the logs). * Steps needed to **reproduce** the problem. @@ -21,4 +22,4 @@ Please use Stack Overflow for your questions about using the framework, template https://stackoverflow.com/questions/tagged/abp -Use **abp** tag in your questions. \ No newline at end of file +Use **abp** tag in your questions.