1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-11-06 09:19:31 +02:00

Update bug templates with label capitalization

This commit is contained in:
Chen-I Lim
2021-09-09 14:57:33 -07:00
parent 56931abd34
commit e9f92e9edf
3 changed files with 7 additions and 10 deletions

View File

@@ -2,14 +2,11 @@
name: Bug report
about: Create a report to help us improve
title: 'Bug: '
labels: bug
labels: Bug
assignees: ''
---
**Summary:**
A clear and concise description of what the bug is.
**Steps to reproduce the behavior:**
1. Go to ...
2. Click on ...

View File

@@ -1,17 +1,17 @@
---
name: Documentation Request
about: Request improvement to our documentation
name: Documentation Request
about: Request improvement to our documentation
title: 'Doc: '
labels: documentation
labels: Documentation
assignees: ''
---
**Summary:**
Concisely summarize improvement to documentation requested.
Concisely summarize improvement to documentation requested.
**Link to documentation page:**
If applicable, link to the documentation page and/or section where you feel the improvement could be added. E.g. `https://www.focalboard.com/guide/user/#renaming-boards`
**(Optional) Additional context and/or screenshot:**
Add additional context and/or a screenshot of the product feature you would like explained in documentation.
Add additional context and/or a screenshot of the product feature you would like explained in documentation.

View File

@@ -2,7 +2,7 @@
name: Enhancement / Feature Idea
about: Suggest a new capability
title: 'Feature Idea: '
labels: enhancement
labels: Enhancement
assignees: ''
---