mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #305 from omnivore-app/jacksonh-patch-1
Update issue templates
This commit is contained in:
commit
6e36bb271f
1 changed files with 28 additions and 0 deletions
28
.github/ISSUE_TEMPLATE/qa-run-template.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/qa-run-template.md
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
name: QA Run Template
|
||||
about: Use this template when doing QA
|
||||
title: ''
|
||||
labels: QA
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
There are three QA focus areas in Omnivore:
|
||||
|
||||
1. Saving
|
||||
2. Library Management
|
||||
3. Reader Controls
|
||||
|
||||
|
||||
## Saving
|
||||
|
||||
Omnivore has three APIs involved in saving that should all be tested. URLs, Files, and Pages (captured content from the browser or the mobile) app can all be saved
|
||||
|
||||
## Library Management
|
||||
|
||||
The main library in `/home` has functionality for searching and organizing content.
|
||||
|
||||
|
||||
## Reader functionality
|
||||
|
||||
The reader has functionality for highlighting, annotating, and saving reading progress
|
||||
Loading…
Reference in a new issue