diff options
author | Emilien Devos <contact@emiliendevos.be> | 2021-01-07 14:04:34 +0100 |
---|---|---|
committer | Emilien Devos <contact@emiliendevos.be> | 2021-01-07 14:04:34 +0100 |
commit | 3fc9a73713f2610dc3eda77c5b52097956c80954 (patch) | |
tree | 03efcd8b00367559daf5740d9bd20fcebd7a6c9e /.github | |
parent | 14a395a6718949015e53a0b593eaa2f28e43fd27 (diff) | |
download | searxng-3fc9a73713f2610dc3eda77c5b52097956c80954.tar.gz searxng-3fc9a73713f2610dc3eda77c5b52097956c80954.zip |
add notice for the issue templates
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.md | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/engine-request.md | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.md | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 67627835d..70e490c0d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -6,6 +6,8 @@ labels: bug assignees: '' --- +<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF SEARX --> + **Version of Searx, commit number if you are using on master branch and stipulate if you forked Searx** <!-- If you are running on master branch using git execute this command in order to fetch the latest commit ID: @@ -34,4 +36,4 @@ or manually by executing the searx/webapp.py file? --> <!-- If applicable, add screenshots, logs to help explain your problem. --> **Additional context** -<!-- Add any other context about the problem here. -->
\ No newline at end of file +<!-- Add any other context about the problem here. --> diff --git a/.github/ISSUE_TEMPLATE/engine-request.md b/.github/ISSUE_TEMPLATE/engine-request.md index 1037004d6..3074316a7 100644 --- a/.github/ISSUE_TEMPLATE/engine-request.md +++ b/.github/ISSUE_TEMPLATE/engine-request.md @@ -6,6 +6,8 @@ labels: enhancement, engine request assignees: '' --- +<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF SEARX --> + **Working URL to the engine** <!-- Please check if the engine is responding correctly before submitting it. --> @@ -26,4 +28,4 @@ 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 +<!-- Add any other context about this engine here. --> diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 3bb27fefd..63e24b85b 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -6,6 +6,8 @@ labels: enhancement assignees: '' --- +<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF SEARX --> + **Is your feature request related to a problem? Please describe.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> @@ -16,4 +18,4 @@ assignees: '' <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** -<!-- Add any other context or screenshots about the feature request here. -->
\ No newline at end of file +<!-- Add any other context or screenshots about the feature request here. --> |