Sha256: b061a847d0bf5f8bb4af282dc09ac49fce4f10a9cdf610c4c45e15ebe0042d72

Contents?: true

Size: 1.31 KB

Versions: 14

Compression:

Stored size: 1.31 KB

Contents

**IMPORTANT: Please do not create a Pull Request without creating an issue first.**

*Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.*

Please provide enough information so that others can review your pull request:

Explain the **details** for making this change. What existing problem does the pull request solve?

**Test plan (required)**

Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.

Write your test code using RSpec.

This gem requires a connection to a test Filebound server to run specs.  We expect all specs to pass when we run them against our local test Filebound server.  Travis CI won't run the specs because we don't have access to a Filebound server within the Travis servers but we need to be able to run the specs locally where we do have access to a Filebound test server.  It would be helpful if you let us know what version of the Filebound API you were using to run your specs against as well just in case there are compatibility issues.

**Code formatting**

Lint you code through Rubocop and fix any issues that come up before submitting the PR.

**Closing issues**

Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
filebound_client-0.4.4 .github/PULL_REQUEST_TEMPLATE.md
filebound_client-0.4.3 .github/PULL_REQUEST_TEMPLATE.md
filebound_client-0.4.2 .github/PULL_REQUEST_TEMPLATE.md
filebound_client-0.4.1 .github/PULL_REQUEST_TEMPLATE.md
filebound_client-0.3.8 .github/PULL_REQUEST_TEMPLATE.md
filebound_client-0.3.7 .github/PULL_REQUEST_TEMPLATE.md
filebound_client-0.3.6 .github/PULL_REQUEST_TEMPLATE.md
filebound_client-0.3.5 .github/PULL_REQUEST_TEMPLATE.md
filebound_client-0.3.4 .github/PULL_REQUEST_TEMPLATE.md
filebound_client-0.3.3 .github/PULL_REQUEST_TEMPLATE.md
filebound_client-0.3.2 .github/PULL_REQUEST_TEMPLATE.md
filebound_client-0.3.1 .github/PULL_REQUEST_TEMPLATE.md
filebound_client-0.3.0 .github/PULL_REQUEST_TEMPLATE.md
filebound_client-0.2.0 .github/PULL_REQUEST_TEMPLATE.md