Merge pull request #88 from informatik-ag-ngl/PRTemplate
Added Pull Request Templates
This commit is contained in:
commit
390b63bb95
10
.github/PULL_REQUEST_TEMPLATE/bugfix.md
vendored
Normal file
10
.github/PULL_REQUEST_TEMPLATE/bugfix.md
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
name: Bug fix
|
||||
title: Fixed Bug
|
||||
labels: bug
|
||||
assignees: CyB3RC0nN0R, delvh, DieGurke
|
||||
reviewers: CyB3RC0nN0R, delvh
|
||||
projects: Envoy
|
||||
milestone: Envoy v0.3-alpha
|
||||
---
|
||||
Fixes #{issue}
|
9
.github/PULL_REQUEST_TEMPLATE/feature_integration.md
vendored
Normal file
9
.github/PULL_REQUEST_TEMPLATE/feature_integration.md
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
name: Feature integration
|
||||
title: Added feature
|
||||
labels: enhancement
|
||||
assignees: CyB3RC0nN0R, delvh, DieGurke
|
||||
reviewers: CyB3RC0nN0R, delvh
|
||||
projects: Envoy
|
||||
milestone: Envoy v0.3-alpha
|
||||
---
|
9
.github/PULL_REQUEST_TEMPLATE/javadoc_upgrade.md
vendored
Normal file
9
.github/PULL_REQUEST_TEMPLATE/javadoc_upgrade.md
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
name: Updated Javadoc
|
||||
title: Updated Javadoc
|
||||
labels: documentation
|
||||
assignees: CyB3RC0nN0R, delvh
|
||||
reviewers: CyB3RC0nN0R, delvh
|
||||
projects: Envoy
|
||||
milestone: Envoy v0.3-alpha
|
||||
---
|
Reference in New Issue
Block a user