Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Add first issue template draft
  • Loading branch information
alloro authored Oct 10, 2019
1 parent 5a68f99 commit aca8f08
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-template.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit aca8f08

Please sign in to comment.