Support relative paths in file references from problems
Open
enhancement
- Dominant language
- Python
- Stars
- 435
- Forks
- 124
- Avg merge
- 5h 40m
- Merged PRs (30d)
- 14
Description
There are a few different ones to take care of:
- images
- data files
- YAML includes
- Markdown includes
Currently, `repo:images/stuff.png` implicitly refers to a path from the root. We will deprecate this and require either `repo:./images/stuff.png` or `repo:/images/stuff.png`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.