Skip to content

Commit

Permalink
rename api server issue template
Browse files Browse the repository at this point in the history
set prefix api server

Signed-off-by: Avelino <t@avelino.xxx>
  • Loading branch information
avelino committed Sep 6, 2020
1 parent a9b8c07 commit af6e41e
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 37 deletions.
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/custom.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

name: 'Server: Bug report'
about: Create a report to help us improve - API Server
labels: 'BUG', 'Software: server'
---

<!--
**before reporting bug certifies**
## before reporting certifies
1. Please speak English, this is the language everybody of us can speak and write
2. Please take a moment to search that an issue doesn't already exist here https://github.com/prest/prest/issues
3. Please give all relevant information below for bug reports, incomplete details will be handled as an invalid report
## Create specific issue
Server - Bug Report: https://github.com/prest/prest/issues/new?template=server_bug_report.md
Server - Feature Request: https://github.com/prest/prest/issues/new?template=server_feature_request.md
Server - Custom: https://github.com/prest/prest/issues/new?template=server_custom.md
-->

**Describe the bug**
Expand Down
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/server_custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: 'Server: Custom issue'
about: API Server
labels: 'Software: server'
---

<!--
## before reporting certifies
1. Please speak English, this is the language everybody of us can speak and write
2. Please take a moment to search that an issue doesn't already exist here https://github.com/prest/prest/issues
3. Please give all relevant information below for bug reports, incomplete details will be handled as an invalid report
## Create specific issue
Server - Bug Report: https://github.com/prest/prest/issues/new?template=server_bug_report.md
Server - Feature Request: https://github.com/prest/prest/issues/new?template=server_feature_request.md
Server - Custom: https://github.com/prest/prest/issues/new?template=server_custom.md
-->
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/server_feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: 'Server: Feature request'
about: Suggest an idea for this project - API Server
labels: 'Feature', 'Software: server'
---

<!--
## before reporting certifies
1. Please speak English, this is the language everybody of us can speak and write
2. Please take a moment to search that an issue doesn't already exist here https://github.com/prest/prest/issues
3. Please give all relevant information below for bug reports, incomplete details will be handled as an invalid report
## Create specific issue
Server - Bug Report: https://github.com/prest/prest/issues/new?template=server_bug_report.md
Server - Feature Request: https://github.com/prest/prest/issues/new?template=server_feature_request.md
Server - Custom: https://github.com/prest/prest/issues/new?template=server_custom.md
-->

**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.

0 comments on commit af6e41e

Please sign in to comment.