mirror of
https://github.com/anope/anope.git
synced 2026-06-12 17:04:47 +02:00
45 lines
1.4 KiB
YAML
45 lines
1.4 KiB
YAML
---
|
|
name: Bug report
|
|
description: Report a non-security bug in Anope.
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report! Please make sure to answer the questions properly and don't just enter the same text into every field as this will make it harder for us to fix your bug.
|
|
|
|
If you're looking for help with setting up your services please post on [our support forum](https://github.com/orgs/anope/discussions/categories/support) instead.
|
|
|
|
If you're reporting a crash or other security issue [please read our security policy](https://github.com/anope/anope/security/policy#reporting-a-vulnerability) for how to report security issues privately.
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce the issue
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the results you received
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the results you expected
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Anope version
|
|
description: |-
|
|
Either the output of `services --version` (2.0) or `anope --version` (2.1).
|
|
validations:
|
|
required: true
|