mirror of
https://github.com/teamserverless/k8s-on-raspbian.git
synced 2025-01-18 12:05:31 +00:00
Update PR template and Derek file
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
e6b4c062a6
commit
aa37fc19c0
@ -1,6 +1,7 @@
|
|||||||
maintainers:
|
maintainers:
|
||||||
- alexellis
|
- alexellis
|
||||||
- rgee0
|
- Waterdrips
|
||||||
|
- utsavanand2
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- dco_check
|
- dco_check
|
||||||
|
36
.github/ISSUE_TEMPLATE.md
vendored
36
.github/ISSUE_TEMPLATE.md
vendored
@ -1,36 +0,0 @@
|
|||||||
<!--- Provide a general summary of the issue in the Title above -->
|
|
||||||
|
|
||||||
## Expected Behaviour
|
|
||||||
<!--- If you're describing a bug, tell us what should happen -->
|
|
||||||
<!--- If you're suggesting a change/improvement, tell us how it should work -->
|
|
||||||
|
|
||||||
## Current Behaviour
|
|
||||||
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
|
|
||||||
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
|
|
||||||
|
|
||||||
## Possible Solution
|
|
||||||
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
|
|
||||||
<!--- or ideas how to implement the addition or change -->
|
|
||||||
|
|
||||||
## Steps to Reproduce (for bugs)
|
|
||||||
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
|
|
||||||
<!--- reproduce this bug. Include code to reproduce, if relevant -->
|
|
||||||
1.
|
|
||||||
2.
|
|
||||||
3.
|
|
||||||
4.
|
|
||||||
|
|
||||||
## Context
|
|
||||||
<!--- How has this issue affected you? What are you trying to accomplish? -->
|
|
||||||
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
|
|
||||||
|
|
||||||
## Your Environment
|
|
||||||
|
|
||||||
<!--- Include as many relevant details about the environment you experienced the bug in -->
|
|
||||||
* Docker version `docker version` (e.g. Docker 17.0.05 ):
|
|
||||||
|
|
||||||
* What version of Kubernetes are you using? `kubectl version`:
|
|
||||||
|
|
||||||
* Operating System and version (e.g. Linux, Windows, MacOS):
|
|
||||||
|
|
||||||
* What ARM or Raspberry Pi board are you using?
|
|
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -26,5 +26,8 @@
|
|||||||
- [ ] My code follows the code style of this project.
|
- [ ] My code follows the code style of this project.
|
||||||
- [ ] I have tested this change and prove it works
|
- [ ] I have tested this change and prove it works
|
||||||
- [ ] I've read the [CONTRIBUTION](https://github.com/alexellis/k8s-on-raspbian#contributions) guide
|
- [ ] I've read the [CONTRIBUTION](https://github.com/alexellis/k8s-on-raspbian#contributions) guide
|
||||||
- [ ] I have signed-off my commits with `git commit -s`
|
|
||||||
|
|
||||||
|
## Required for merge:
|
||||||
|
|
||||||
|
- [ ] I have signed-off my commits, fix with: `git commit --amend --signoff`
|
||||||
|
- [ ] My PR only contains one commit, fix with: `git rebase -i HEAD~N`, where `N` = number of commits.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user