Skip to content

Commit

Permalink
Update github issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jocmp committed Dec 7, 2024
1 parent 5c74797 commit a008705
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
File renamed without changes.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/2-full-content-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Improve Full Content for a Feed
description: Request better support in full content mode for a feed of your choice
title: "[Full Content]: "
labels: ["full-content"]
body:
- type: input
attributes:
label: Feed URL
description: URL to the site's feed
placeholder: http://theverge.com/rss/index.xml
validations:
required: true

- type: textarea
attributes:
label: Add any details, links, or screenshots about the article layout that's missing or wrong
validations:
required: false

- type: checkboxes
attributes:
label: Optionally [donated](https://github.com/sponsors/jocmp) to help support the development of this improvement
options:
- label: 'Yes'
required: false
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"yaml.schemas": {
"https://json.schemastore.org/github-issue-forms.json": "file:///Users/jocmp/dev/capyreader/.github/ISSUE_TEMPLATE/*.yml"
}
}

0 comments on commit a008705

Please sign in to comment.