Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edfbf7c

Browse files
committed
Update CONTRIBUTING.md
- format markdown - fix a typo: `preferrably` → `preferably` - fix link to CoC - fix link to Examples (URL is case-sensitive) - fix link to CHANGELOG
1 parent 7ea387a commit edfbf7c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
## Before Contributing
66

7-
Before contributing, please read our [Code of Conduct](./CODE_OF_CONDUCT.md). We take it very seriously, and expect that you will as well.
7+
Before contributing, please read our [Code of Conduct](../CODE_OF_CONDUCT.md). We take it very seriously, and expect that you will as well.
88

99
## New Issues
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/SlackTextViewController/blob/master/README.md) and [the changelog](https://github.com/slackhq/SlackTextViewController/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/SlackTextViewController/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/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.
1919

2020

2121
## New Pull Requests
@@ -26,7 +26,7 @@ We love pull requests and we are generally very receptive to contributions. Thin
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.
29-
- Add a descriptive title and add any useful information for the reviewer. If your contribution is a user facing thing, please attach a screenshot and/or screencast (gif preferrably).
29+
- Add a descriptive title and add any useful information for the reviewer. If your contribution is a user facing thing, please attach a screenshot and/or screencast (gif preferably).
3030
- Read and agree to our [Contributor License Agreement (CLA)](https://docs.google.com/a/slack-corp.com/forms/d/1q_w8rlJG_x_xJOoSUMNl7R35rkpA7N6pUkKhfHHMD9c/viewform). _We cannot accept your PR without your agreement to our CLA_.
3131
- Create your pull request (yay!). If it is in relation to an existing issue, please mention it on the title or description.
3232

0 commit comments

Comments
 (0)