You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The research phase is critical for understanding the fundamentals of GitHub, CI/CD pipelines, and DevOps practices for Auto. Below are the resources categorized by topic. You are expected to review these resources before moving on to the tasks.
Github Fundamentals:
Introduction to GitHub, including repositories, cloning, branches, and commits.
After completing the research, the next step is to apply this knowledge specifically to DevOps practices for Auto. The following tasks are meant to guide your exploration of tools, best practices, and CI/CD pipelines for your team.
CI/CD Pipeline Identification:
Identify relevant CI/CD pipelines that are applicable for Auto. These can include a linting pipeline, formatting pipeline, testing pipeline, etc. Also, specify the tools that can be relevant.
For example, a CI/CD pipeline could first run a formatter, such as clang-format, to automatically format the code, followed by a linter pipeline using tools like clang-tidy to check for code quality issues and enforce coding standards.
Present your findings on the different pipelines and tools to your team leader next week.
Best Practices for Auto:
Outline a proposal of best practices specifically tailored for Auto. This may include commit message standards, Git branching strategies, the use of issues, branch protection rules, and more.
For example, you could enforce the Angular Commit Message Format to ensure consistency and clarity in commit messages.
Prepare a summary document detailing these best practices and how they can be implemented in your team’s workflow.
Additional Resources
Below are additional resources included in the GitHub Student Development Pack. These links can be helpful if you want to explore more and further expand your knowledge: GitHub Student Development Pack
The text was updated successfully, but these errors were encountered:
Research
The research phase is critical for understanding the fundamentals of GitHub, CI/CD pipelines, and DevOps practices for Auto. Below are the resources categorized by topic. You are expected to review these resources before moving on to the tasks.
Tasks
After completing the research, the next step is to apply this knowledge specifically to DevOps practices for Auto. The following tasks are meant to guide your exploration of tools, best practices, and CI/CD pipelines for your team.
Additional Resources
Below are additional resources included in the GitHub Student Development Pack. These links can be helpful if you want to explore more and further expand your knowledge:
GitHub Student Development Pack
The text was updated successfully, but these errors were encountered: