diff --git a/docs/contributing-solutions.md b/docs/contributing-solutions.md index 29cd508b..06db4bc9 100644 --- a/docs/contributing-solutions.md +++ b/docs/contributing-solutions.md @@ -1 +1,24 @@ -# Contributing Solutions +# Contributing a Solution + +## Navigate to Questions Directory +Navigate to ``src > content > questions`` + +Enter correct course directory +- If there is a course directory for the evaluation, then enter that directory (e.g. comp2804) +- If there is no course directory for the evaluation, create a new directory (e.g. comp2402) + +Enter correct evaluation directory +- If there is a directory for the evaluation, then enter that directory (e.g. 2013-fall-midterm) +- If there is no directory for the evaluation, create a new directory (e.g. 2023-winter-final) + +Create numbered directory. (e.g. Directory for Question 1 is ``1``) + +## Adding a Solution +Create a ``solution.md`` file + +There is no specific format. Here are a list of tips and tricks... +- Hit enter twice to have content go on the next line +- For values, use latex $$: ``$5 \cdot 3$`` renders as 5 x 3 +- You can use html tags + - ```` tags with ``
  • `` inside + - ``
    `` if you don't want to hit enter twice to create newline