-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ejs support and refactoring logic to server
- Loading branch information
Showing
10 changed files
with
188 additions
and
24 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
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,51 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: ["bug", "triage"] | ||
assignees: | ||
- octocat | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: Describe-the-Issue | ||
attributes: | ||
label: Describe the Issue | ||
description: A high-level summary or description of the problem that you're facing. | ||
placeholder: Tell us what you see! | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: A list of steps that can be followed to recreate the issue. | ||
placeholder: | | ||
1. Right-click on the browser and select Inspect. | ||
2. Go to the console tab | ||
3. See error message... | ||
validations: | ||
required: true | ||
- type: input | ||
id: operating-systems | ||
attributes: | ||
label: What type of Operating System are you seeing the problem on? | ||
placeholder: "Linux/Windows/Mac" | ||
validations: | ||
required: false | ||
- type: input | ||
id: browsers | ||
attributes: | ||
label: What type of browser are you seeing the problem on? | ||
placeholder: "Firefox/Chrome/Safari/Microsoft Edge" | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Screenshots or Videos | ||
description: | | ||
If you are reporting a UI based issue, please include screenshots or a short video to help visually explain the problem. | ||
Ensure that the screenshots/videos are full screen and do not contain any sensitive information such as API keys or Access Tokens. | ||
validations: | ||
required: false |
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: PayPal Developer Tools Support Issues | ||
url: https://github.com/paypal-examples/paypaldevsupport/issues/new/choose | ||
about: Please file all developer tools related issues here |
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,19 @@ | ||
name: Feature request | ||
description: Suggest an feature / idea for this project | ||
title: "[Feature Request / Suggestion]: " | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
We appreciate your feedback on how to improve this project. Please be sure to include as much details & any resources if possible! | ||
- type: textarea | ||
id: Suggestion | ||
attributes: | ||
label: Suggestion / Feature Request | ||
description: Describe the feature(s) you would like to see added. | ||
placeholder: Tell us your suggestion | ||
value: "Your suggestion here" | ||
validations: | ||
required: true | ||
|
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
File renamed without changes.
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