-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |