Thank you for considering contributing to the Practice Devops Assignments repository! Your involvement helps create a valuable resource for DevOps beginners.
If you are new to contributing to open source projects, here are some steps to get started:
-
Fork the Repository:
- Click on the "Fork" button at the top right of the repository page to create your copy.
-
Clone Your Fork:
- Clone your fork to your local machine.
https://github.com/michaelkedey/practice-devops-assignments.git cd practice-devops-assignments
- Clone your fork to your local machine.
-
Create a Branch:
- Create a new branch for your changes.
git checkout -b feature/your-feature-name eg assignment1_correction
- Create a new branch for your changes.
-
Make Changes:
- Follow the instructions in the project folders to complete the assignments.
- For additional contributions, create new projects or improve existing ones.
-
Commit and Push:
- Commit your changes and push them to your fork.
git add . git commit -m "Add feature/assignment1_correction" git push origin feature/assignment1_correction
- Commit your changes and push them to your fork.
-
Open a Pull Request:
- Go to your fork on GitHub and open a pull request.
- Provide a clear description of your changes.
-
Review and Approval:
- Your changes/suggestions/contributions will be reviewed and approved as necessary.