Setup: template - Add template for PR, bug report and enhancement request (#5)

Add template for PR, bug report and enhancement request
This commit is contained in:
TobeyQin 2021-01-29 18:29:26 +08:00 коммит произвёл GitHub
Родитель 5be32481b1
Коммит 8ae0138004
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 51 добавлений и 0 удалений

17
.github/ISSUE_TEMPLATE/bug-report.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,17 @@
---
name: Create an issue
about: Report an issue or question while using SuperBenchmark.
---
**What's the issue, what's expected?**:
**How to reproduce it?**:
**Log message or shapshot?**:
**Additional information**:

22
.github/ISSUE_TEMPLATE/enhancement.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,22 @@
---
name: Enhancement Request
about: Suggest an enhancement to the SuperBenchmark project
---
<!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
**Why is this needed**:
**Without this feature, how does current superbenchmark work**
**Components that may involve changes**:
**Brief description of your proposal if any**:

12
.github/pull_request_template.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,12 @@
**Description**
Please write a brief description and link the related issue if have.
**Major Revision**
- Major Revision A
- Major Revision B
- ...
**Minor Revision**
- Minor Revision A
- Minor Revision B
- ...