Ver a proveniência

Merge pull request #3716 from luixxiul/patch-1

Add labels to issue templates
pull/3717/head
Slavi Pantaleev há 1 ano
committed by GitHub
ascendente
cometimento
981a659159
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
3 ficheiros alterados com 3 adições e 3 eliminações
  1. +1
    -1
      .github/ISSUE_TEMPLATE/bug_report.md
  2. +1
    -1
      .github/ISSUE_TEMPLATE/feature_request.md
  3. +1
    -1
      .github/ISSUE_TEMPLATE/i-need-help.md

+ 1
- 1
.github/ISSUE_TEMPLATE/bug_report.md Ver ficheiro

@@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: bug
assignees: ''

---


+ 1
- 1
.github/ISSUE_TEMPLATE/feature_request.md Ver ficheiro

@@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
labels: suggestion
assignees: ''

---


+ 1
- 1
.github/ISSUE_TEMPLATE/i-need-help.md Ver ficheiro

@@ -2,7 +2,7 @@
name: I need help
about: Get support from our community
title: ''
labels: ''
labels: question
assignees: ''

---


Carregando…
Cancelar
Guardar