devops-exercises/CONTRIBUTING.md

24 lines
720 B
Markdown
Raw Normal View History

## How to contribute
2019-10-04 22:08:24 +02:00
Use pull requests to contribute to the project.
Stick to the following format:
2019-12-24 21:31:23 +01:00
\<details>
<summary>[Question]</summary><br><b>
[Answer]
2019-12-24 21:31:23 +01:00
\</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.
2019-12-29 21:25:12 +01:00
## Before submitting the pull request
You can test your changes locally with the script `run_ci.sh` in scripts directory.