Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document / Issues import format #6625

Open
aplatoff opened this issue Sep 18, 2024 · 0 comments
Open

Document / Issues import format #6625

aplatoff opened this issue Sep 18, 2024 · 0 comments
Assignees

Comments

@aplatoff
Copy link
Member

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...

Huly®: UBERF-8172

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants