From d5eb1158a578e14d017c491b4bb457cabeb4e628 Mon Sep 17 00:00:00 2001 From: Jonne Saloranta <72470168+JonneSaloranta@users.noreply.github.com> Date: Fri, 17 Feb 2023 09:28:58 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.