diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index f59441893..5c4db1e2e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,41 +1,50 @@ --- -name: Bug report -about: Report a bug in SearXNG -title: '' -labels: bug -assignees: '' - +name: "Bug report" +about: Report a bug in SearXNG" +labels: ["bug"] +type: "bug" --- - -**Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG** - -**How did you install SearXNG?** - -**What happened?** - -**How To Reproduce** - +### How To Reproduce? + + + +### Expected behavior -**Expected behavior** -**Screenshots & Logs** +### Screenshots & Logs + -**Additional context** +### Version of SearXNG + + + + + +### How did you install SearXNG? + + + +### Additional context + -- [ ] I read the [AI Policy](https://github.com/searxng/searxng/blob/master/AI_POLICY.rst) and hereby confirm that this issue conforms with the policy. +### Code of Conduct + +[AI Policy]: https://github.com/searxng/searxng/blob/master/AI_POLICY.rst + +- [ ] I read the [AI Policy] and hereby confirm that this issue conforms with the policy. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6df909a6a..cafee44ad 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: Questions & Answers (Q&A) url: https://github.com/searxng/searxng/discussions/categories/q-a diff --git a/.github/ISSUE_TEMPLATE/engine-request.md b/.github/ISSUE_TEMPLATE/engine-request.md index 53cddfdbe..d27417e47 100644 --- a/.github/ISSUE_TEMPLATE/engine-request.md +++ b/.github/ISSUE_TEMPLATE/engine-request.md @@ -1,33 +1,46 @@ --- -name: Engine request -about: Request a new engine in SearXNG -title: '' -labels: enhancement, engine request -assignees: '' - +name: Engine request" +about: Request a new engine in SearXNG" +labels: ["engine request"] +type: "feature" --- - -**Working URL to the engine** - + + Use Markdown for formatting -> https://www.markdowntools.io/cheat-sheet +--> -**Features of this engine** - +### Working URL to the engine -**How can SearXNG fetch the information from this engine?** - + -**Applicable category of this engine** - +### Why do you want to add this engine? -**Additional context** - + -- [ ] I read the [AI Policy](https://github.com/searxng/searxng/blob/master/AI_POLICY.rst) and hereby confirm that this issue conforms with the policy. +### Features of this engine + + + +### How can SearXNG fetch results from this engine? + + + +### Applicable category of this engine + + + +### Additional context + + + +### Code of Conduct + +[AI Policy]: https://github.com/searxng/searxng/blob/master/AI_POLICY.rst + +- [ ] I read the [AI Policy] and hereby confirm that this issue conforms with the policy. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index eff79bf8d..d488a4e74 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,23 +1,32 @@ --- -name: Feature request -about: Request a new feature in SearXNG -title: '' -labels: enhancement -assignees: '' - +name: "Feature request" +about: "Request a new feature in SearXNG" +labels: ["new feature"] +type: "feature" --- - -**Is your feature request related to a problem? Please describe.** - +_Replace this placeholder with a concise description of the feature._ + + + +### Is your feature request related to a problem? + + + +### Describe the solution you'd like -**Describe the solution you'd like** -**Describe alternatives you've considered** +### Describe alternatives you've considered + -**Additional context** - +### Code of Conduct -- [ ] I read the [AI Policy](https://github.com/searxng/searxng/blob/master/AI_POLICY.rst) and hereby confirm that this issue conforms with the policy. +[AI Policy]: https://github.com/searxng/searxng/blob/master/AI_POLICY.rst + +- [ ] I read the [AI Policy] and hereby confirm that this issue conforms with the policy.