From 9f65e1bdaee1e7f3786508a842c22f9df3b65ade Mon Sep 17 00:00:00 2001 From: Ifeora Okechukwu Date: Wed, 20 Mar 2019 21:41:17 +0100 Subject: [PATCH] release(v0.1.2) --- .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 28 ++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++ README.md | 2 ++ 4 files changed, 87 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..4bcd407 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Report identified bugs +--- + + + +## Prerequisites + +We do our best to reply to all the issues on time. If you will follow the given guidelines, the turn around time will be faster. + +- Lots of raised issues are directly not bugs but instead are design decisions taken by us. +- Make use of our [forum](https://forum.adonisjs.com/), or [discord server](https://discord.me/adonisjs), if you are not sure that you are reporting a bug. +- Ensure the issue isn't already reported. +- Ensure you are reporting the bug in the correct repo. + +*Delete the above section and the instructions in the sections below before submitting* + +## Package version + + +## Node.js and npm version + + +## Sample Code (to reproduce the issue) + + +## BONUS (a sample repo to reproduce the issue) + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..2e68c9a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,28 @@ +--- +name: Feature request +about: Propose changes for adding a new feature +--- + + + +## Prerequisites + +We do our best to reply to all the issues on time. If you will follow the given guidelines, the turn around time will be faster. + +## Consider an RFC + +Please create an [RFC](https://github.com/stitchng/adonisjs-addons-rfcs) instead, if + +- Feature introduces a breaking change +- Demands lots of time and changes in the current code base. + +*Delete the above section and the instructions in the sections below before submitting* + +## Why this feature is required (specific use-cases will be appreciated)? + + +## Have you tried any other work arounds? + + +## Are you willing to work on it with little guidance? + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..316e86d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ + + +## Proposed changes + +Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue. + +## Types of changes + +What types of changes does your code introduce? + +_Put an `x` in the boxes that apply_ + +- [ ] Bugfix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) + +## Checklist + +_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._ + +- [ ] I have read the [CONTRIBUTING](https://github.com/stitchng/adonis-paystack/blob/master/CONTRIBUTING.md) doc +- [ ] Lint and unit tests pass locally with my changes +- [ ] I have added tests that prove my fix is effective or that my feature works. +- [ ] I have added necessary documentation (if appropriate) + +## Further comments + +If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... diff --git a/README.md b/README.md index f3b4f7e..5951d49 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ MIT ## Contributing +See the [CONTRIBUTING.md](https://github.com/stitchng/adonis-paystack/blob/master/CONTRIBUTING.md) file for info + [npm-image]: https://img.shields.io/npm/v/adonisjs-paystack.svg?style=flat-square [npm-url]: https://npmjs.org/package/adonisjs-paystack