aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar LogMANOriginal <LogMANOriginal@users.noreply.github.com> 2018-11-08 19:45:16 +0100
committerGravatar LogMANOriginal <LogMANOriginal@users.noreply.github.com> 2018-11-08 19:45:16 +0100
commit7e3787a18584c95b168c65ba0aaad15c572ff0b7 (patch)
tree0306806093bb36cc7a27ff224b2070097c0106da
parent039c0327981461888031924fc489d765b9d20ac3 (diff)
downloadrss-bridge-7e3787a18584c95b168c65ba0aaad15c572ff0b7.tar.gz
rss-bridge-7e3787a18584c95b168c65ba0aaad15c572ff0b7.tar.zst
rss-bridge-7e3787a18584c95b168c65ba0aaad15c572ff0b7.zip
.github: Add issue template for bridge requests
This commit adds an issue template for bridge requests, automatically suggested to anyone reporting a new issue. References https://gist.github.com/4c38d575de8f1edd386fe7c2d529ab6f Closes #759
-rw-r--r--.github/ISSUE_TEMPLATE/bridge-request-template.md61
1 files changed, 61 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bridge-request-template.md b/.github/ISSUE_TEMPLATE/bridge-request-template.md
new file mode 100644
index 00000000..f4b1119f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bridge-request-template.md
@@ -0,0 +1,61 @@
+---
+name: Bridge request template
+about: Use this template for requesting a new bridge
+
+---
+
+# Bridge request
+
+<!--
+This is a bridge request. Start by adding a descriptive title (i.e. `Bridge request for GitHub`). Use the "Preview" button to see a preview of your request. Make sure your request is complete before submitting!
+
+Notice: This comment is only visible to you while you work on your request. Please do not remove any of the lines in the template (you may add your own outside the "<!--" and "- ->" lines!)
+-->
+
+## General information
+
+<!--
+Please describe what you expect from the bridge. Whenever possible provide sample links and screenshots (you can just paste them here) to express your expectations and help others understand your request. If possible, mark relevant areas in your screenshot. Use the following questions for reference:
+-->
+
+- _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
+
+<!--Select options from the list below. Add your own option if one is missing:-->
+
+- [ ] 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
+
+<!--Be aware that some options might not be available for your specific request due to technical limitations!-->
+
+<!--
+## Additional notes
+
+Keep in mind that opening a request does not guarantee the bridge being implemented! That depends entirely on the interest and time of others to make the bridge for you.
+
+You can also implement your own bridge (with support of the community if needed). Find more information in the [RSS-Bridge Wiki](https://github.com/RSS-Bridge/rss-bridge/wiki/For-developers) developer section.
+-->