Skip to content

Commit

Permalink
Generated PR for Release: 19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
autobot committed May 12, 2022
1 parent 9a2ae26 commit e3e0160
Show file tree
Hide file tree
Showing 509 changed files with 7,804 additions and 5,233 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve Square SDKs
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Expected behavior**
A clear and concise description of what you expected to happen.

**To Reproduce**
Steps to reproduce the bug:
1. (step 1)
2. (step 2)
3. (step 3)
4. ...

**Screenshots**
If applicable, add screenshots to help explain the bug.

**Square SDK version**
For example: 17.2.x

**Additional context**
Add any other context about the problem here.
21 changes: 21 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,21 @@
# Contributing to Square SDKs

Thank you for your willingness to help improve the Square SDKs. Your feedback and expertise ultimately benefits everyone who builds with Square.

If you encounter a bug while using Square SDKs, please [let us know](#bug-reporting). We'll investigate the issue and fix it as soon as possible.

We also accept feedback in the form of a pull request (PR), and will follow up with you if we need more information. However, any code changes required will be perfomed by Square engineering, and we'll close the PR.

## Bug report

To report a bug:
* Go to the **[Issues](../../issues)** page.
* Click **New issue**.
* Click **Get started**.

## Other support

For all other support, including new feature requests, see:

* Square developer forums: [https://developer.squareup.com/forums](https://developer.squareup.com/forums)
* Square support center: [https://squareup.com/help/us/en](https://squareup.com/help/us/en)

0 comments on commit e3e0160

Please sign in to comment.