mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Add PR template and Bug template
Adding PR template and Bug template under .github directory. These files will be picked up the github.com interface. Fixes #390 #391
This commit is contained in:
parent
29b2737082
commit
51689263bc
2 changed files with 12 additions and 0 deletions
5
.github/ISSUE_TEMPLATE.md
vendored
Normal file
5
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
### Expected behavior and actual behavior.
|
||||
|
||||
### Steps to reproduce the problem.
|
||||
|
||||
### Specifications like the version of the IIAB, operating system version, or hardware details.
|
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Fixes Bug
|
||||
|
||||
# Description of changes proposed in this pull request.
|
||||
|
||||
# Smoke-tested in operating system.
|
||||
|
||||
# Mention a team member for further information or comment using @ name
|
Loading…
Add table
Add a link
Reference in a new issue