Skip to content

Commit 1a8247f

Browse files
Update CONTRIBUTING.md (#1521)
1 parent 3a8c49a commit 1a8247f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

CONTRIBUTING.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Following these guidelines helps to communicate that you respect the time of the
2121

2222
- Creating an Issue or Pull Request requires a [GitHub](http://github.com) account.
2323
- Issue reports should be **clear**, **concise** and **reproducible**. Check to see if your issue has already been resolved in the [master]() branch or already reported in Chai's [GitHub Issue Tracker](https://github.com/chaijs/chai/issues).
24-
- Pull Requests must adhere to strict [coding style guidelines](https://github.com/chaijs/chai/wiki/Chai-Coding-Style-Guide).
2524
- In general, avoid submitting PRs for new Assertions without asking core contributors first. More than likely it would be better implemented as a plugin.
2625
- Additional support is available via the [Google Group](http://groups.google.com/group/chaijs) or on irc.freenode.net#chaijs.
2726
- **IMPORTANT**: By submitting a patch, you agree to allow the project owner to license your work under the same license as that used by the project.
@@ -91,7 +90,7 @@ Good pull requests - patches, improvements, new features - are a fantastic help.
9190
9291
**Please ask first** before embarking on any significant pull request (e.g. implementing features, refactoring code), otherwise you risk spending a lot of time working on something that the project's developers might not want to merge into the project.
9392
94-
Please adhere to the coding conventions used throughout a project (indentation, accurate comments, etc.) and any other requirements (such as test coverage). Please review the [Chai.js Coding Style Guide](https://github.com/chaijs/chai/wiki/Chai-Coding-Style-Guide).
93+
Please adhere to the coding conventions used throughout a project (indentation, accurate comments, etc.) and any other requirements (such as test coverage).
9594
9695
Follow this process if you'd like your work considered for inclusion in the project:
9796
@@ -185,11 +184,6 @@ For most of the documentation you are going to want to visit [ChaiJS.com](http:/
185184
- [API Reference](http://chaijs.com/api/)
186185
- [Plugins](http://chaijs.com/plugins/)
187186

188-
Alternatively, the [wiki](https://github.com/chaijs/chai/wiki) might be what you are looking for.
189-
190-
- [Chai Coding Style Guide](https://github.com/chaijs/chai/wiki/Chai-Coding-Style-Guide)
191-
- [Third-party Resources](https://github.com/chaijs/chai/wiki/Third-Party-Resources)
192-
193187
Or finally, you may find a core-contributor or like-minded developer in any of our support channels.
194188

195189
- IRC: irc.freenode.org #chaijs

0 commit comments

Comments
 (0)