summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature_request.yml
blob: 70bbbbcae6ae411d78d02d9d90150f21c4f8f891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: Feature request
description: Suggest an idea for this project
title: "Feature: "
labels: [Suggestion]
body:
  - type: markdown
    attributes:
      value: |
        Thank you for taking your time to fill out a feature request. Remember to fill out all fields including the title above. 
        An issue that is not properly filled out will be closed. 
  - type: textarea
    id: description
    attributes:
      label: Describe your feature request or suggestion in detail
      description: |
        A clear and concise description of what you want to happen.
    validations:
      required: true
  - type: textarea
    id: solution
    attributes:
      label: Describe a possible solution to your feature or suggestion in detail
      description: |
        A clear and concise description of any alternative solutions or features you've considered.
    validations:
      required: false
  - type: textarea
    id: additional
    attributes:
      label: Additional context
      description: |
        Add any other context or screenshots about the feature request here.
    validations:
      required: false
  - type: markdown
    attributes:
      value: |
        Thank you for your contribution.
        If you use AzerothCore regularly, we really NEED your help to:
        - Test our fixes: https://www.azerothcore.org/wiki/How-to-test-a-PR
        - Report issues or suggestions: https://github.com/azerothcore/azerothcore-wotlk/issues/new/choose
        - Improve the documentation/wiki: https://www.azerothcore.org/wiki/home
        With your help, the project can evolve much quicker!