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: .github/CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,19 @@ Before contributing, please read our [Code of Conduct](./CODE_OF_CONDUCT.md). We
10
10
11
11
Before opening a new issue, please consider:
12
12
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.
14
14
- Searching for any related issues and avoid creating duplicated issues.
15
15
- 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).
17
17
- 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.
19
19
20
20
21
21
## New Pull Requests
22
22
23
23
We love pull requests and we are generally very receptive to contributions. Things to keep in mind:
24
24
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.
26
26
- Do your thing!
27
27
- Be mindful about doing atomic commits, adding documentation to your changes, not refactoring too much.
28
28
- Add tests covering the new code or functionality you are adding.
0 commit comments