Skip to content

Instantly share code, notes, and snippets.

View mawkee's full-sized avatar

Danilo Martins mawkee

  • Behup.io
  • Ribeirão Preto, SP
View GitHub Profile

Issue reference

  • Closes #

Reviewer

  • Good readability and code quality
  • Includes new unit tests
  • Current unit tests passed
@mawkee
mawkee / PULL_REQUEST.md
Created February 19, 2020 18:11
Pull request template suggestion

Issue reference

  • Closes #

Reviewer

  • Good readability and code quality
  • Includes new unit tests

QA Instructions

Keybase proof

I hereby claim:

  • I am mawkee on github.
  • I am mawkee (https://keybase.io/mawkee) on keybase.
  • I have a public key ASDIY7QTE5Pzlh4Mvf0P3Yg8fymGdtcvCL_29FOos_B2AQo

To claim this, I am signing this object:

@mawkee
mawkee / cloudSettings
Last active November 29, 2017 17:11
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-11-28T15:39:27.051Z","extensionVersion":"v2.8.6"}
@mawkee
mawkee / tests.pp
Last active October 18, 2017 15:18
# on init.pp
class role::server1 inherits role {
include profile::common
include profile::service1
}
class role::server2 inherits role {
include profile::common
include profile::service2
}