devops-exercises/CONTRIBUTING.md
2019-12-29 22:25:12 +02:00

24 lines
720 B
Markdown

## How to contribute
Use pull requests to contribute to the project.
Stick to the following format:
\<details>
<summary>[Question]</summary><br><b>
[Answer]
\</b></details>
* If you added several questions and you would like to know how many questions are there you can use the script "count_questions.sh" in scripts directory.
## What to avoid
* Avoid adding installation questions. Those are the worst type of questions...
* Don't copy questions and answers from other sources. They probably worked hard for adding them.
* If you add new images, make sure they are free and can be used.
## Before submitting the pull request
You can test your changes locally with the script `run_ci.sh` in scripts directory.