diff --git a/FEATURE_REQUEST_TEMPLATE.md b/FEATURE_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..72ac44d98 --- /dev/null +++ b/FEATURE_REQUEST_TEMPLATE.md @@ -0,0 +1,66 @@ + +
++ + A well written title should contain a clear, brief explanation of the Feature, making emphasis on the most important points. +
+Please provide as detailed information about your environment as possible.
+Description helps the developer to understand the Feature. +
+It is important to provide a set of clear steps to that location where feature need to be added. If relevant please include code samples.
++ Title is a vital part of bug report for developer and triager to quickly identify a unique issue. + + A well written title should contain a clear, brief explanation of the issue, making emphasis on the most important points. +
+ + +### Issue Description + Bug description helps the developer to understand the bug.It describes the problem encountered. + +### Preconditions + Please provide as detailed information about your environment as possible. + + 1. framework Version. + 2. Commit id. + +### Steps to reproduce + It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples. + + 1. step1 + 2. step2 + +### Expected result + Tell us what should happen +* [Screenshots, logs or description] + +### Actual result + Tell us what happens instead + * [Tell us what happens instead] \ No newline at end of file diff --git a/SUPPORT_TEMPLATE.md b/SUPPORT_TEMPLATE.md new file mode 100644 index 000000000..f692a9498 --- /dev/null +++ b/SUPPORT_TEMPLATE.md @@ -0,0 +1,48 @@ + + +
+ Title is a vital part of bug report for developer and triager to quickly identify a unique issue.
+
+ A well written title should contain a clear, brief explanation of the issue, making emphasis on the most important points.
+
Please provide as detailed information about your environment as possible.
+Description helps the developer to understand the exact scenario.It describes the problem encountered.
+It is important to provide a set of clear steps to reproduce that scenario. If relevant please include code samples.
+