You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current format is not correct, we do not need it to be yaml, it’s fragile to make Yaml files in text editor, at least because of indent sensitivity, so instead of:
_class: 'Issue'
number: 1
status: 'Todo'
title: 'Create your first project 📌'
identifier: 'HULY-1'
description: |
### **Welcome to Huly, your all-in-one project management platform!**
Embark on an...
we should have Markdown files with YAML metadata (Frontmatter). Such files looks like below and technically they are NOT yaml files, so they should have .md extension to be properly recognized by text editors:
_class: 'Issue'
number: 1
status: 'Todo'
title: 'Create your first project 📌'
identifier: 'HULY-1'
---### **Welcome to Huly, your all-in-one project management platform!**
Embark on an...
Current format is not correct, we do not need it to be yaml, it’s fragile to make Yaml files in text editor, at least because of indent sensitivity, so instead of:
we should have Markdown files with YAML metadata (Frontmatter). Such files looks like below and technically they are NOT yaml files, so they should have .md extension to be properly recognized by text editors:
Huly®: UBERF-8172
The text was updated successfully, but these errors were encountered: