-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #262 from razorpay/issue_template_changes
Issue template changes added + Sample app updates.
- Loading branch information
Showing
9 changed files
with
170 additions
and
13 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,59 @@ | ||
--- | ||
name: "🐛 Bug Report" | ||
about: Report a reproducible bug or regression in React Native Razorpay Plugin. | ||
title: '' | ||
labels: 'Needs: Triage :mag:' | ||
|
||
--- | ||
|
||
<!-- | ||
------ 👆 Click "Preview"! | ||
HI! PLEASE STOP TO READ THIS!! IF YOU DO NOT FOLLOW THE INSTRUCTIONS, YOUR ISSUE | ||
WILL LIKELY BE CLOSED. | ||
* Please fill out this template with all the relevant information so we can understand what's going on and fix the issue. We appreciate bugs filed and PRs submitted! | ||
--> | ||
|
||
## Description | ||
|
||
Please provide a clear and concise description of what the bug is. Include screenshots if needed. | ||
Please test using the latest React Native Razorpay plugin release to make sure your issue has not already been fixed. | ||
|
||
## Razorpay Package Version : | ||
Open `Package.json`. > Copy `react-native-razorpay` version here. | ||
|
||
## Xcode Version (iOS) : | ||
Open Xcode > Go to `About Xcode` > copy the Xcode version here. | ||
|
||
|
||
## Java and Gradle Version (android) : | ||
Specify your Java and Gradle version. | ||
|
||
### What you did: | ||
|
||
<!-- What you were doing --> | ||
|
||
### What happened: | ||
|
||
<!-- Please provide the full error message/screenshots/anything --> | ||
|
||
## Steps To Reproduce | ||
Provide a detailed list of steps that reproduce the issue. | ||
|
||
1. | ||
2. | ||
|
||
### Suggested solution: | ||
|
||
<!-- | ||
It's ok if you don't have a suggested solution, but it really helps if you could | ||
do a little digging to come up with some suggestions on how to improve things. | ||
--> | ||
|
||
## Code example, screenshot, or link to a repository: | ||
Please provide a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. | ||
You may provide a screenshot of the application if you think it is relevant to your bug report. | ||
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve | ||
|
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 🤔 Need some help in Integrations | ||
url: https://razorpay.com/integrations/ | ||
about: Looking for help with your app? Please refer to the integration documentation. |
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,43 @@ | ||
--- | ||
name: 💡 Feature Request | ||
about: I have a suggestion (and might want to implement myself 🙂)! | ||
--- | ||
|
||
<!-- | ||
Vote on feature requests by adding a 👍. This helps maintainers prioritize what | ||
to work on. | ||
* Please fill out this template with all the relevant information so we can | ||
understand what's going on and fix the issue. We appreciate bugs filed and PRs | ||
submitted! | ||
* Please make sure that you are familiar with and follow the Code of Conduct for | ||
this project (found in the CODE_OF_CONDUCT.md file). | ||
--> | ||
|
||
### Describe the feature you'd like: | ||
|
||
<!-- | ||
A clear and concise description of what you want to happen. Add any considered | ||
drawbacks. | ||
--> | ||
|
||
### Suggested implementation: | ||
|
||
<!-- Helpful but optional 😀 --> | ||
|
||
### Describe alternatives you've considered: | ||
|
||
<!-- | ||
A clear and concise description of any alternative solutions or features you've | ||
considered. | ||
--> | ||
|
||
### Teachability, Documentation, Adoption, Migration Strategy: | ||
|
||
<!-- | ||
If you can, explain how users will be able to use this and possibly write out a | ||
version of the docs. | ||
--> |
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
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
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
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
8 changes: 8 additions & 0 deletions
8
example/SampleProject/ios/SampleProject.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
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,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
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