If you have ChatGPT Plus
- Use this GPT to generate in the correct format.
- In VSCode, Setup Markdown Extension
- Paste in the problem and solution.
- You can even paste screenshots from Slack of the issue. In the prompt, mention the name of who is Giving the Solution (i.e. TA or Professor)
Welcome to our project's contribution guide! We're excited to have you on board and look forward to your valuable contributions. This document outlines the process and guidelines for contributing to this repository, especially for adding new troubleshooting guides.
When contributing a new troubleshooting guide, please structure your content as follows:
-
Problem:
- Clearly state the problem. This should be a concise description of what the issue is.
-
Solution:
- Provide a direct solution or workaround that can be quickly implemented to address the problem.
-
Explanation:
- Offer a detailed explanation of the problem and the solution. This should include why the problem occurs and how the solution resolves it.
Please adhere to the following format when writing your guide:
# Page Title
---
## Problem: <title of problem>
Briefly describe the problem.
### Solution
Provide the immediate solution or workaround.
<details markdown="1">
<summary>Explanation</summary>
1. In Depth Explanation
</details>
---
Offer a detailed explanation of both the problem and the solution.
- Include any relevant details or context.
- If applicable, provide step-by-step instructions.
- Use clear and concise language.