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.