From 62198ecfa21fe60b279ee10b1c2dab203bea69f6 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Thu, 6 Jun 2019 19:55:57 +0200 Subject: [PATCH] Rename bridge request template Use the same naming convention for all templates --- .github/ISSUE_TEMPLATE/bridge-request.md | 64 ++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bridge-request.md diff --git a/.github/ISSUE_TEMPLATE/bridge-request.md b/.github/ISSUE_TEMPLATE/bridge-request.md new file mode 100644 index 00000000..a0080b8b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bridge-request.md @@ -0,0 +1,64 @@ +--- +name: Bridge request +about: Use this template for requesting a new bridge +title: Bridge request for ... +labels: Bridge-Request +assignees: '' + +--- + +# Bridge request + + + +## General information + + + +- _Host URI for the bridge_ (i.e. `https://github.com`): + +- Which information would you like to see? + + + +- How should the information be displayed/formatted? + + + +- Which of the following parameters do you expect? + + - [X] Title + - [X] URI (link to the original article) + - [ ] Author + - [ ] Timestamp + - [X] Content (the content of the article) + - [ ] Enclosures (pictures, videos, etc...) + - [ ] Categories (categories, tags, etc...) + +## Options + + + +- [ ] Limit number of returned items + - _Default limit_: 5 +- [ ] Load full articles + - _Cache articles_ (articles are stored in a local cache on first request): yes + - _Cache timeout_ (max = 24 hours): 24 hours +- [X] Balance requests (RSS-Bridge uses cached versions to reduce bandwith usage) + - _Timeout_ (default = 5 minutes, max = 24 hours): 5 minutes + + + +