diff options
author | Emilien Devos <contact@emiliendevos.be> | 2020-11-28 14:56:41 +0200 |
---|---|---|
committer | Emilien Devos <contact@emiliendevos.be> | 2020-12-03 20:02:09 +0200 |
commit | 741c31fa06124605a15f9551051f0e7756f7faa3 (patch) | |
tree | 8b657677b3eb6cf33294e33b6e1ea5f4013bb339 /.github/ISSUE_TEMPLATE/engine-request.md | |
parent | cec73b5dcf6e94918798c6e1e6457dd021a34a39 (diff) | |
download | searxng-741c31fa06124605a15f9551051f0e7756f7faa3.tar.gz searxng-741c31fa06124605a15f9551051f0e7756f7faa3.zip |
add new issue template
Diffstat (limited to '.github/ISSUE_TEMPLATE/engine-request.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/engine-request.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/engine-request.md b/.github/ISSUE_TEMPLATE/engine-request.md new file mode 100644 index 000000000..1037004d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/engine-request.md @@ -0,0 +1,29 @@ +--- +name: Engine request +about: Request a new engine in Searx +title: '' +labels: enhancement, engine request +assignees: '' + +--- +**Working URL to the engine** +<!-- Please check if the engine is responding correctly before submitting it. --> + +**Why do you want to add this engine?** +<!-- What's special about this engine? Is it open source or libre? --> + +**Features of this engine** +<!-- Features of this engine: Doesn't track its users, fast, easy to integrate, ... --> + +**How can Searx fetch the information from this engine?** +<!-- List API URL, example code (using the correct markdown) and more +that could be useful for the developers in order to implement this engine. +If you don't know what to write, let this part blank.> + +**Applicable category of this engine** +<!-- Where should this new engine fit in Searx? Current categories in Searx: +general, files, images, it, map, music, news, science, social media and videos. +You can add multiple categories at the same time. --> + +**Additional context** +<!-- Add any other context about this engine here. -->
\ No newline at end of file |