Skip to content

Commit f94ff77

Browse files
committed
add github templates
1 parent 7e01e5a commit f94ff77

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Plugin request
3+
about: Suggest a plugin to this project
4+
title: "[Request]"
5+
labels: 'request'
6+
assignees: ''
7+
8+
---
9+
10+
**Which plugin do you want to add?**
11+
Give all the information you think is useful.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Question
3+
about: Ask a question
4+
title: "[Question]"
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
**My question**
11+
A clear and concise question.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
| Q | A
2+
| ------------- | ---
3+
| New Plugin? | yes/no
4+
| Doc? | yes/no
5+
| Fixed issue | #... <!-- #-prefixed issue number(s), if any -->
6+
| License | MIT
7+
8+
### Description
9+
10+
This PR [briefly explain what it does]
11+
12+
> In case this PR propose a new Plugin:
13+
14+
- [ ] I have read [CONTRIBUTING.md](CONTRIBUTING.md)
15+
- [ ] My proposal plugin use [the template](plugins/_template.md)
16+
- [ ] I added my plugin to the [list on the readme](README.md#admin)
17+
- [ ] I allowed the edition of your PR from maintainers

0 commit comments

Comments
 (0)