diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 00000000..f80a242f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,33 @@ +--- +name: Issue template +about: QCObjects issue template +title: '' +labels: '' +assignees: '' + +--- + +**Purpose:** +Name of your purpose or proposal +Example: Compliance with ECMA 262 + +**Feature:** +Feature (existing or new) that you want to affect with this issue. +Examples are: Nested components stack, dynamic components load. Dynamic complex cache control, etc. + +**Artifact:** +The artifact that you are affecting, touching , involving with this issue . +Examples: Component Tag, Component Class, Controller, View, Effect, Import, Export, global scope... etc + +**Priority:** +How concerned are you about this issue: High priority, low priority, middle priority. (Please no other values here) + +**Changes:** +Please put here a piece of code you want to simplify or improve. You’re free to fork QCObjects for your own needs but I highly recommend you to spend some time standardizing. We review everything and test everything almost everywhere we can before to put in action a code change. And it’s because we want to make QCObjects a really professional tool, not just another “JavaScript something”. We want your projects to be listed in the best quality line lists. So please let us reject some proposals in order to make this happen. + +------- + +__Additional Information__ +Issues will not be deleted unless they not meet the GitHub code of conduct. +All the issues will be answered as soon as possible. +Please try to read the issues first before to put a new one.