Skip to content

Commit c36dbf4

Browse files
authored
Merge pull request #109 from jammons/master
Fixing copy/paste error in github templates
2 parents 1784668 + 0972f3f commit c36dbf4

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ Before contributing, please read our [Code of Conduct](./CODE_OF_CONDUCT.md). We
1010

1111
Before opening a new issue, please consider:
1212

13-
- Reading [the documentation](https://github.com/slackhq/SlackTextViewController/blob/master/README.md) and [the changelog](https://github.com/slackhq/SlackTextViewController/blob/master/README.md) first.
13+
- Reading [the documentation](https://github.com/slackhq/python-slackclient/blob/master/README.md) and [the changelog](https://github.com/slackhq/python-slackclient/blob/master/CHANGELOG.md) first.
1414
- Searching for any related issues and avoid creating duplicated issues.
1515
- Adding details, diagnoses, screenshots or any type of useful information in existing issues, even if they are marked as closed. The team will still review it.
16-
- Trying out the examples [provided in this repository](https://github.com/slackhq/SlackTextViewController/tree/master/examples).
16+
- Trying out the examples [provided in this repository](https://github.com/slackhq/python-slackclient/tree/master/examples).
1717
- Taking the time to think of a solution and [**open a pull request**](#new-pull-requests) for either improving the documentation, fixing a bug or suggesting a feature.
18-
- Finally, **[open an issue]**(https://github.com/slackhq/SlackTextViewController/issues/new) to report a bug, ask for help or suggest a feature. The more information you give, the better people can help you.
18+
- Finally, **[open an issue]**(https://github.com/slackhq/python-slackclient/issues/new) to report a bug, ask for help or suggest a feature. The more information you give, the better people can help you.
1919

2020

2121
## New Pull Requests
2222

2323
We love pull requests and we are generally very receptive to contributions. Things to keep in mind:
2424

25-
- [Fork the repository](https://github.com/slackhq/SlackTextViewController) and make sure to work on a branch up to date with origin master.
25+
- [Fork the repository](https://github.com/slackhq/python-slackclient) and make sure to work on a branch up to date with origin master.
2626
- Do your thing!
2727
- Be mindful about doing atomic commits, adding documentation to your changes, not refactoring too much.
2828
- Add tests covering the new code or functionality you are adding.

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
88
#### Reproducible in:
99
* [ ] This is reproducible in the sample project.
10-
SlackTextViewController version:
11-
iOS version(s):
12-
Device(s):
10+
python-slackclient version:
11+
Python Version:
12+
OS Version:
13+
1314

1415
#### Steps to reproduce:
1516

0 commit comments

Comments
 (0)