Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add github templates #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
oallain marked this conversation as resolved.
Show resolved Hide resolved
- [ ] My plugin has been developed following the Software Craftmanship approach.