Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 675 Bytes

ISSUES.md

File metadata and controls

34 lines (30 loc) · 675 Bytes

EMPTY

Rules (optional)

Issue Open

  • Close One issue open Two new
  • Put descriptive header
  • Describe what you done
  • File location
  • Function actions
  • Describe what you solve
    • Add tags
    • Add Feature (#feature)
    • Fix Bug (#bug)
    • Improve (#improve)

Issue Template

### Add Feature
- Add compare function to
[ ] /server/tools/compare.js
[ ] Give correspond name to your function
[ ] Test it

#### Description of "compare function feature"
- Solving comparation of two values.
- Helps ...something to solve...
- Default parameters
- Usage
  - compare(arg, arg)
  - compare([args])
  - compare({args})

#### Cover issue <number>