-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Bug report | ||
about: Report identified bugs | ||
--- | ||
|
||
<!-- CLICK "Preview" FOR INSTRUCTIONS IN A MORE READABLE FORMAT --> | ||
|
||
## 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 | ||
<!-- YOUR ANSWER --> | ||
|
||
## Node.js and npm version | ||
<!-- YOUR ANSWER --> | ||
|
||
## Sample Code (to reproduce the issue) | ||
<!-- YOUR ANSWER --> | ||
|
||
## BONUS (a sample repo to reproduce the issue) | ||
<!-- YOUR ANSWER --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Feature request | ||
about: Propose changes for adding a new feature | ||
--- | ||
|
||
<!-- CLICK "Preview" FOR INSTRUCTIONS IN A MORE READABLE FORMAT --> | ||
|
||
## 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)? | ||
<!-- YOUR ANSWER --> | ||
|
||
## Have you tried any other work arounds? | ||
<!-- YOUR ANSWER --> | ||
|
||
## Are you willing to work on it with little guidance? | ||
<!-- YOUR ANSWER --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!-- CLICK "Preview" FOR INSTRUCTIONS IN A MORE READABLE FORMAT --> | ||
|
||
## 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... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters