Skip to content

Commit 9ec0e65

Browse files
committed
Fix a small typo.
1 parent 8efcf7e commit 9ec0e65

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
* [ ] I've read and understood the [Contributing guidelines](./.github/CONTRIBUTING.md) and have done my best effort to follow them.
2-
* [ ] I've read and agree to the [Code of Conduct](./CODE_OF_CONDUCT.md).
1+
* [ ] I've read and understood the [Contributing guidelines](python-slackclient/.github/CONTRIBUTING.md) and have done my best effort to follow them.
2+
* [ ] I've read and agree to the [Code of Conduct](python-slackclient/CODE_OF_CONDUCT.md).
33
* [ ] I've searched for any related issues and avoided creating a duplicate issue.
44

55
#### Description

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
* [ ] I've read and understood the [Contributing guidelines](./.github/CONTRIBUTING.md) and have done my best effort to follow them.
2-
* [ ] I've read and agree to the [Code of Conduct](./CODE_OF_CONDUCT.md).
1+
* [ ] I've read and understood the [Contributing guidelines](python-slackclient/.github/CONTRIBUTING.md) and have done my best effort to follow them.
2+
* [ ] I've read and agree to the [Code of Conduct](python-slackclient/CODE_OF_CONDUCT.md).
33
* [ ] I've been mindful about doing atomic commits, adding documentation to my changes, not refactoring too much.
4-
* [ ] I've a descriptive title and added any useful information for the reviewer. Where appropriate, I've attached a screenshot and/or screencast (gif preferrably).
4+
* [ ] I've a descriptive title and added any useful information for the reviewer. Where appropriate, I've attached a screenshot and/or screencast (gif preferably).
55
* [ ] I've written tests to cover the new code and functionality included in this PR.
66
* [ ] I've read, agree to, and signed the [Contributor License Agreement (CLA)](https://docs.google.com/a/slack-corp.com/forms/d/1q_w8rlJG_x_xJOoSUMNl7R35rkpA7N6pUkKhfHHMD9c/viewform).
77

0 commit comments

Comments
 (0)