All checks were successful
continuous-integration/drone/push Build is passing
Previously, the functions in article_location.rs where returning generic anyhow::Result. In order to ease error handling when using the library, it have been moved to specific errors.
20 lines
262 B
Markdown
20 lines
262 B
Markdown
---
|
|
name: "🐛 Bug report"
|
|
about: "For reporting bugs"
|
|
title: ""
|
|
labels:
|
|
- "type::bug"
|
|
- "status::review_needed"
|
|
|
|
---
|
|
|
|
**Description**
|
|
*write a concise bug description*
|
|
|
|
**Steps to reproduce**
|
|
1.
|
|
2.
|
|
|
|
**Expected behavior**
|
|
*describe what you expected to happen*
|