完成世界书、骰子、apiconfig页面处理

This commit is contained in:
2026-04-30 01:35:10 +08:00
parent a3e3711b2b
commit ba9b925c32
4602 changed files with 785225 additions and 23 deletions

View File

@@ -0,0 +1,47 @@
name: Bug Report
description: File a bug report.
title: "[Bug]: "
labels: ["bug", "triage"]
projects: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Detail the bad behavior and the steps required to duplicate it
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: What did you expect to happen?
description: What did you expect to happen when performing the action?
placeholder: Expected behavior
value: "Expected behavior"
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of this library are you running?
placeholder: "v0.0.0"
value:
validations:
required: true
- type: textarea
id: browsers
attributes:
label: What browsers are you seeing the problem on?
description: |
List browsers where you see the problem reported. For example:
* Mac OS 15.3.5, Chrome 130.0.1234.987
* Android 14, Firefox 133.0
* iPadOS 17.1, Safari
placeholder: "For each browser specify 1) operating system and version 2) browser name and version"

View File

@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Contact Developer Support
url: https://developer.paypal.com/braintree/help
about: If you need help troubleshooting your integration, reach out to Braintree Support. Only open a GitHub issue if you've found an issue with our SDK.

View File

@@ -0,0 +1,17 @@
# Summary of changes
-
## Checklist
- [ ] Added a changelog entry
- [ ] Relevant test coverage
- [ ] Tested and confirmed flows affected by this change are functioning as expected
## Authors
> List GitHub usernames for everyone who contributed to this pull request.
### Reviewers
@braintree/team-sdk-js