From 2013f6cffa2d598ec1a2a45c226ff538a50ad6d0 Mon Sep 17 00:00:00 2001 From: GochoMugo Date: Wed, 1 Feb 2017 11:47:06 +0300 Subject: [PATCH] doc: Add templates for Issues and PRs --- .github/ISSUE_TEMPLATE.md | 68 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++ 2 files changed, 91 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..531f1a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,68 @@ + + + + + + +> Bug Report + +I have read: + +* [Usage information](https://github.com/yagop/node-telegram-bot-api/tree/master/doc/usage.md) +* [Help information](https://github.com/yagop/node-telegram-bot-api/tree/master/doc/help.md) + +I am using the latest version of the library. + +### Expected Behavior + + + +### Actual Behavior + + + +### Steps to reproduce the Behavior + + + + + + + +> Feature Request + +I have: + +* searched for such a feature request (https://github.com/yagop/node-telegram-bot-api/labels/enhancement) and found none + +### Introduction + + + +### Example + + + + + + + +> Question + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..e35ebd9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ + +- [ ] All tests pass +- [ ] I have run `npm run gen-doc` + +### Description + + + +### References + +