Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.38 KB

File metadata and controls

39 lines (28 loc) · 1.38 KB

Contributing

Thank you for your interest in improving DevOps Interview Questions!

Contribution Steps

  1. Fork this repository on GitHub.
  2. Create a new branch in your fork, e.g. feature/add-docker-questions.
  3. Add or modify files:
    • To add new questions, pick the most relevant folder (e.g., 03_docker/questions.md) or create a new folder if needed.
    • Follow the question format shown below.
  4. Commit and push your changes to your branch.
  5. Open a Pull Request (PR) against the main branch of this repo. Include a short description of your changes.

Question Format

Here’s a suggested format for new questions in questions.md:

## [Short Title or ID]
**Question:**  
(Describe the question, scenario, or challenge)

**Answer Hints / Key Points:**  
- (List possible solution approaches or facts)

**Why This Matters (Optional):**  
- (Explain the real-world relevance)

**Style Guidelines:**
- (Keep questions concise and clear.)
- (Avoid duplicates. If a question overlaps with an existing one, consider merging them or adding details.)
- (Use neutral or professional language.)
- (For home assignments, place them in home-assignments/ with a clear name (e.g. assignment_2.md).)

**License**
By contributing, you agree your contributions are licensed under the project’s MIT License.

Thank you for helping us build a great DevOps interview resource!