Skip to content

Commit 7cb83b8

Browse files
Merge pull request #139 from braintree/github-templates
move to new github templates format
2 parents 422ae12 + 07c03e3 commit 7cb83b8

File tree

6 files changed

+99
-25
lines changed

6 files changed

+99
-25
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: Bug Report
2+
description: File a bug report.
3+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
projects: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this bug report!
11+
- type: textarea
12+
id: what-happened
13+
attributes:
14+
label: What happened?
15+
description: Detail the bad behavior and the steps required to duplicate it
16+
placeholder: Tell us what you see!
17+
value: "A bug happened!"
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: expected-behavior
22+
attributes:
23+
label: What did you expect to happen?
24+
description: What did you expect to happen when performing the action?
25+
placeholder: Expected behavior
26+
value: "Expected behavior"
27+
validations:
28+
required: true
29+
- type: input
30+
id: version
31+
attributes:
32+
label: Version
33+
description: What version of this library are you running?
34+
placeholder: "v0.0.0"
35+
value:
36+
validations:
37+
required: true
38+
- type: textarea
39+
id: browsers
40+
attributes:
41+
label: What browsers are you seeing the problem on?
42+
description: |
43+
List browsers where you see the problem reported. For example:
44+
* Mac OS 15.3.5, Chrome 130.0.1234.987
45+
* Android 14, Firefox 133.0
46+
* iPadOS 17.1, Safari
47+
placeholder: "For each browser specify 1) operating system and version 2) browser name and version"

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Contact Developer Support
4+
url: https://developer.paypal.com/braintree/help
5+
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.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Feature Request
2+
description: Request a new feature.
3+
title: "[FR]: "
4+
labels: ["feature", "request", "enhancement", "triage"]
5+
projects: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this feature request!
11+
- type: textarea
12+
id: feat-summary
13+
attributes:
14+
label: Feature Summary
15+
description: In a few sentences or less, provide a concise description of the feature being requested.
16+
placeholder: "New feature that does ___; it can be used when ..."
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: detailed-description
21+
attributes:
22+
label: Detailed description of new feature.
23+
description: |
24+
Please provide a detailed description of proposed feature.
25+
- What problem would this new feature solve?
26+
- How will this change affect users?
27+
- Is it a modification to existing functionality? Are you requesting a new/modified function input or output? Please provide an example of what the change might look like?
28+
placeholder: "New feature details."
29+
validations:
30+
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Summary of changes
2+
3+
-
4+
5+
## Checklist
6+
7+
- [ ] Added a changelog entry
8+
- [ ] Relevant test coverage
9+
- [ ] Tested and confirmed flows affected by this change are functioning as expected
10+
11+
## Authors
12+
>
13+
> List GitHub usernames for everyone who contributed to this pull request.
14+
15+
### Reviewers
16+
17+
@braintree/team-sdk-js

0 commit comments

Comments
 (0)