diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 20 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 16 | ||||
| -rw-r--r-- | .github/README.md | 2 | ||||
| -rw-r--r-- | .github/README_es.md | 2 |
4 files changed, 10 insertions, 30 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**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 [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index f2e18d8..d9ae251 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -5,26 +5,26 @@ body: - type: textarea id: feature_request attributes: - - label: Is your feature request related to a problem? Please describe. - - description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + label: Is your feature request related to a problem? Please describe. + description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] validations: required: true - type: textarea id: solution attributes: - - label: Describe the solution you'd like - - description: A clear and concise description of what you want to happen. + label: Describe the solution you'd like + description: A clear and concise description of what you want to happen. validations: required: true - type: textarea id: alternatives attributes: - - label: Describe alternatives you've considered - - description: A clear and concise description of any alternative solutions or features you've considered. + label: Describe alternatives you've considered + description: A clear and concise description of any alternative solutions or features you've considered. validations: required: true - type: textarea id: context attributes: - - label: Additional context - - description: Add any other context or screenshots about the feature request here. + label: Additional context + description: Add any other context or screenshots about the feature request here. diff --git a/.github/README.md b/.github/README.md index 4210c06..f2bbfc4 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,6 +1,6 @@ # AzerothCore WIKI -Read in: [English :gb:](README.md) [Spanish :es:](README_es.md) +Read in: [English :gb:](README.md) | [Spanish :es:](README_es.md) Wiki for the AzerothCore Project available here: http://azerothcore.github.io/wiki diff --git a/.github/README_es.md b/.github/README_es.md index 31b9950..5c4c878 100644 --- a/.github/README_es.md +++ b/.github/README_es.md @@ -1,6 +1,6 @@ # AzerothCore WIKI -Leer en: [Ingles :gb:](README.md) [Español :es:](README_es.md) +Leer en: [Ingles :gb:](README.md) | [Español :es:](README_es.md) Wiki para el proyecto AzerothCore disponible aquí: http://azerothcore.github.io/wiki/es |
