Skip to content

Commit

Permalink
create issue template to admin project
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 d14cbee commit 148c468
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/admin_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: 'Admin: Bug report'
about: Create a report to help us improve - Admin
labels: 'BUG', 'Software: admin'
---

<!--
## 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
Admin - Bug Report: https://github.com/prest/prest/issues/new?template=admin_bug_report.md
Admin - Feature Request: https://github.com/prest/prest/issues/new?template=admin_feature_request.md
Admin - Custom: https://github.com/prest/prest/issues/new?template=admin_custom.md
-->

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Click on '...'
2. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Desktop (please complete the following information):**
- pREST Admin (or commit ref):
- pREST Admin route:
- pREST Server version:
- Node version:
- Log gist:

**Additional context**
Add any other context about the problem here.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/admin_feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: 'Admin: Feature request'
about: Suggest an idea for this project - Admin
labels: 'Feature', 'Software: admin'
---

<!--
## 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
Admin - Bug Report: https://github.com/prest/prest/issues/new?template=admin_bug_report.md
Admin - Feature Request: https://github.com/prest/prest/issues/new?template=admin_feature_request.md
Admin - Custom: https://github.com/prest/prest/issues/new?template=admin_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.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/admin_server_custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: 'Admin: Custom issue'
about: Admin
labels: 'Software: admin'
---

<!--
## 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
Admin - Bug Report: https://github.com/prest/prest/issues/new?template=admin_bug_report.md
Admin - Feature Request: https://github.com/prest/prest/issues/new?template=admin_feature_request.md
Admin - Custom: https://github.com/prest/prest/issues/new?template=admin_custom.md
-->

A clear and concise description.

0 comments on commit 148c468

Please sign in to comment.