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 + +