diff options
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 |