diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7e34fb2..c9dc076 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ Just don't we a jerk. ## How to Contribute 1. Fork the repository and create a new branch for your contribution. -2. Make your changes and ensure that the tests pass. +2. Make your changes and ensure that the tests pass if applicable. 3. Submit a pull request. ## Development Guidelines @@ -19,7 +19,7 @@ Just don't we a jerk. Before submitting a pull request, please ensure that: - Your code adheres to the project's [style guide](STYLE_GUIDE.md). -- Your code is adequately documented, both in code comments and in the [project documentation](docs/). +- Your code is adequately documented, both in code comments and in the [wiki](https://github.com/JonneSaloranta/Epicbot-Quester/wiki). - Your code includes tests, and those tests pass. - Your code does not introduce any new security vulnerabilities or performance issues.