Skip to content

Commit

Permalink
set string on issue template about field
Browse files Browse the repository at this point in the history
Signed-off-by: Avelino <t@avelino.xxx>
  • Loading branch information
avelino committed Sep 6, 2020
1 parent cea2952 commit 11c950e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/admin_bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: 'Admin: Bug report'
about: Create a report to help us improve - Admin
about: 'Create a report to help us improve - Admin'
labels: 'Bug', 'Software: admin'
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/admin_feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: 'Admin: Feature request'
about: Suggest an idea for this project - Admin
about: 'Suggest an idea for this project - Admin'
labels: 'Feature', 'Software: admin'
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/server_bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: 'Server: Bug report'
about: Create a report to help us improve - API Server
about: 'Create a report to help us improve - API Server'
labels: 'Bug', 'Software: server'
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/server_custom.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: 'Server: Custom issue'
about: API Server
about: 'API Server'
labels: 'Software: server'
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/server_feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: 'Server: Feature request'
about: Suggest an idea for this project - API Server
about: 'Suggest an idea for this project - API Server'
labels: 'Feature', 'Software: server'
---

Expand Down

0 comments on commit 11c950e

Please sign in to comment.