You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ PRs to our libraries are always welcome and can be a quick way to get your fix o
39
39
- Only fix/add the functionality in question **OR** address wide-spread whitespace/style issues, not both.
40
40
- Add unit or integration tests for fixed or changed functionality (if a test suite already exists).
41
41
- Address a single concern in the least number of changed lines as possible.
42
-
- Be accompanied by a complete Pull Request template (loaded automatically when a PR is created).
42
+
- Be accompanied by a complete [Pull Request template](https://github.com/jzheng2017/spotify-web-api-wrapper/blob/main/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md) (loaded automatically when a PR is created).
43
43
- Update the README.md with details of changes to the interface.
44
44
- Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent. The versioning scheme we use is [SemVer](https://semver.org/).
0 commit comments