This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add templates for PR/Issues * add more structure * add breaking changes info and update readme * refactor template a bit * fix cannotation for :approval:
- Loading branch information
Showing
3 changed files
with
71 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!-- Please erase any parts of this template not applicable to your issue. --> | ||
|
||
##### ISSUE TYPE | ||
- [ ] Bug Report | ||
- [ ] Feature Idea | ||
|
||
# BUG REPORT | ||
|
||
##### SUMMARY | ||
<!-- Briefly describe the problem/enhancement. --> | ||
|
||
##### ENVIRONMENT | ||
* Kubeaudit version: X.Y.Z | ||
* Kubeaudit install method: DIY-BUILD/Binary/Kubectl-Plugin | ||
|
||
##### STEPS TO REPRODUCE | ||
|
||
<!-- Please describe exactly how to reproduce the problem. --> | ||
|
||
##### EXPECTED RESULTS | ||
|
||
<!-- What did you expect to happen when running the steps above? --> | ||
|
||
##### ACTUAL RESULTS | ||
|
||
<!-- What actually happened? --> | ||
|
||
##### ADDITIONAL INFORMATION | ||
|
||
<!-- Include any screenshots or other information. --> | ||
|
||
# FEATURE IDEA | ||
|
||
- [ ] If the maintainers agree with the feature as described here, I intend to submit a Pull Request myself.<sup>1</sup> | ||
|
||
**Proposal:** <!-- provide details on the behaviour you'd like to see and why it would be useful --> | ||
|
||
<sup><small>1</small></sup> <sub>This is the quickest way to get a new feature! We reserve the right to close feature requests, even ones we like, if the proposer does not intend to contribute to the feature and it doesn't fit in our current roadmap.</sub> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!-- Please erase any parts of this template not applicable to your Pull Request. --> | ||
|
||
<!-- All code PR must be labeled with :bug: (patch fixes), :sparkles: (backwards-compatible features), or :warning: (breaking changes) --> | ||
|
||
##### Description | ||
|
||
<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. --> | ||
|
||
Fixes # (issue) | ||
|
||
##### Type of change | ||
|
||
<!-- Please delete options that are not relevant. ---> | ||
- [ ] Bug fix :bug: | ||
- [ ] New feature :sparkles: | ||
- [ ] This change requires a documentation update :book: | ||
- [ ] Breaking changes :warning: | ||
##### How Has This Been Tested? | ||
|
||
<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> | ||
|
||
- [ ] Test A | ||
- [ ] Test B | ||
|
||
##### Checklist: | ||
|
||
- [ ] I have :tophat: my changes (A 🎩 specifically includes pulling down changes, setting them up, and manually testing the changed features and potential side effects to make sure nothing is broken) | ||
- [ ] I have performed a self-review of my own code | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] New and existing unit tests pass locally with my changes | ||
- [ ] The test coverage did not decrease |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters