From 0640e855978804585cc48d546b5bd8bab1b19b22 Mon Sep 17 00:00:00 2001 From: Matteo Guadrini Date: Fri, 26 Aug 2022 10:10:59 +0200 Subject: [PATCH] Add GitHub content --- .github/ISSUE_TEMPLATE/mkpl-enhancement.md | 19 ++++++++++++++++ .github/ISSUE_TEMPLATE/mkpl-issue.md | 26 ++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++ 3 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/mkpl-enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/mkpl-issue.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/mkpl-enhancement.md b/.github/ISSUE_TEMPLATE/mkpl-enhancement.md new file mode 100644 index 0000000..fe20f25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/mkpl-enhancement.md @@ -0,0 +1,19 @@ +--- +name: mkpl enhancement +about: mkpl enhancement template +title: mkpl enhancement +labels: enhancement +assignees: MatteoGuadrini +--- + +## Description + +Description of the proposal + + +## Proposed names of the parameters (short and long) + +* name parameter +* possible argument(s) + +Additional context diff --git a/.github/ISSUE_TEMPLATE/mkpl-issue.md b/.github/ISSUE_TEMPLATE/mkpl-issue.md new file mode 100644 index 0000000..06f200f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/mkpl-issue.md @@ -0,0 +1,26 @@ +--- +name: mkpl bug +about: mkpl bug template +title: mkpl bug +labels: bug +assignees: MatteoGuadrini +--- + +## Description + +Description of problem + +## Steps to Reproduce + +Line of code + +## Expected Behaviour + +Description of what is expected + +## Your Environment + +* mkpl version used: +* Operating System and version: + +Additional context diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f3caa63 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +# Title of Pull Request + +## List of changes + +- This pull request has a changes in the format: `changes is...`. + - ✅ `Add function on pynosql` + - ✅ `Add parameter -p/--parameter` + - ✅ `Update readme.md` + - ❌ `Delete part of documentation` + +### Description of the proposed features + +Descriptive text of the features.