Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/plugin_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Plugin request
about: Suggest a plugin to this project
title: "[Request]"
labels: 'request'
assignees: ''

---

**Which plugin do you want to add?**
Give all the information you think is useful.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Question
about: Ask a question
title: "[Question]"
labels: question
assignees: ''

---

**My question**
A clear and concise question.
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
| Q | A
| ------------- | ---
| New Plugin? | yes/no
| Doc? | yes/no
| Fixed issue | #... <!-- #-prefixed issue number(s), if any -->
| License | MIT

### Description

This PR [briefly explain what it does]

> In case this PR propose a new Plugin:

- [ ] I have read [CONTRIBUTING.md](/CONTRIBUTING.md)
- [ ] My proposal plugin use [the template](/plugins/_template.md)
- [ ] I added my plugin to the [list on the readme](/README.md#admin)
- [ ] I allowed the edition of your PR from maintainers
- [ ] My plugin has been developed following the Software Craftmanship approach.