From 94e920a2924812f1e7d61ea3fe2d3279bd40e5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Sat, 23 May 2020 01:18:19 +0300 Subject: [PATCH] Create ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 0000000000..d200c54488 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,24 @@ +### Documentation + +Please check the official documentation before asking questions: https://docs.abp.io + +### GitHub Issues + +GitHub issues are for bug reports, feature requests and other discussions about the framework. + +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 +* Exception message and **stack trace** if available (check the logs). +* Steps needed to **reproduce** the problem. + +Please **write in English**. + +### Stack Overflow + +Please use Stack Overflow for your questions about using the framework, templates and samples: + +https://stackoverflow.com/questions/tagged/abp + +Use **abp** tag in your questions. \ No newline at end of file