diff --git a/.github/ISSUE_TEMPLATE/plugin_request.md b/.github/ISSUE_TEMPLATE/plugin_request.md new file mode 100644 index 0000000..03daadf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/plugin_request.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..dad3a6c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: Question +about: Ask a question +title: "[Question]" +labels: question +assignees: '' + +--- + +**My question** +A clear and concise question. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..549823d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +| Q | A +| ------------- | --- +| New Plugin? | yes/no +| Doc? | yes/no +| Fixed issue | #... +| 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.