Skip to content

Commit

Permalink
Add GitHub content
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGuadrini committed Aug 26, 2022
1 parent ab36e54 commit 0640e85
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/mkpl-enhancement.md
Original file line number Diff line number Diff line change
@@ -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
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/mkpl-issue.md
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 0640e85

Please sign in to comment.