Skip to content

Create contributing #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/contributing
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Guidelines for reporting issues

We have put together a short set of guidelines you can follow while adding an issue to our [GitHub issue tracker](https://github.com/paypal-examples/paypal-dev-support). Following the information in this guide will help us to trige the issues quickly, reduce the feedback loop and ensure a speedy resolution.

1. This issue tracker is only for the Developer Experiences at PayPal.

2. If you are facing a specific account related issue and you want to include personal information such as your username or collection names, reach out to us by submitting a ticket on our[Customer Service](https://www.paypal.com/contactus).

3. If you want to report a security issue in any of PayPal services or products, read our [here](tbd) for more details.

4. For answers to questions along the lines of _"How do I... in PayPal"_ should be in our online documentation at [PayPal Developer/](https://developer.paypal.com/). If you are unable to find a how-to guide in our online documentation, feel free to ask your question on our [Developer Community Forum](https://paypal-community.com/mts).

5. Before reporting an issue, please use the search feature on the issues page to check if there are issues similar to yours. A lot of issues are duplicates, and it is hard to keep track of them or respond when the issues are solved. If you find your issue already reported, feel free to add a "thumbs up" reaction or provide a comment on the open issues thread.

6. When reporting a new issue in the issue tracker, check whether it helps to answer the following questions:

- Which PayPal Product or Use Case, Operating System version, and Environment are you using.

- Is the bug reproducible every time, or do you see it occasionally? Provide the full steps to reproduce the problem.

- Did you first encounter it recently, or has it always been there?

- If it is a UI issue, a full app screenshot or GIF/short video clip will help tremendously.

- If the issue is related to a script in the sandbox, attach the full code snippet and ensure that this is formatted correctly using the code block.

- Include log details from the Dev Tools window.
---