diff --git a/source/content/contributing/step_by_step.md b/source/content/contributing/step_by_step.md index 5e9ea7f..2521e3d 100644 --- a/source/content/contributing/step_by_step.md +++ b/source/content/contributing/step_by_step.md @@ -7,6 +7,10 @@ If not, skip the next step (i.e. don't create a new {octicon}`issue-opened;0.8em` Issue) and simply proceed with step 3. **Read Documentation**. {% endif %} +:::{admonition} Bugs +:class: warning, margin +Explain how a bug can be reproduced! +::: {% if page %}##### {% endif %}2. **Open an {octicon}`issue-opened;0.8em` Issues** 📝{% if slide %} Explain why some work needs to be done. {% else %} - Write a short and concise description of the Bug, Question, or Suggestion. diff --git a/source/content/exercise/problem.md b/source/content/exercise/problem.md index 1222df3..83fec37 100644 --- a/source/content/exercise/problem.md +++ b/source/content/exercise/problem.md @@ -1,4 +1,4 @@ -## Weekend out on Git[Hub/Lab] - Part 2 +## Weekend out on GitHub - Part 2 Welcome back to our “Weekend Out” project! diff --git a/source/content/project_management/git_plus_remote_tools.md b/source/content/project_management/git_plus_remote_tools.md index 03d55f6..7075cd7 100644 --- a/source/content/project_management/git_plus_remote_tools.md +++ b/source/content/project_management/git_plus_remote_tools.md @@ -8,7 +8,7 @@ What we are still missing is how events and actions in based on events and actions within their collaboration tools, and vice-versa. +Some remote services can trigger actions in based on events & actions within their collaboration tools, and vice-versa. ``` {% if page %} For **GitHub** and **GitLab** there are many such triggers and it is not the goal here to provide a list of them. diff --git a/source/content/remote_service_features/collaboration_tools/newsfeed_vs_githistory.md b/source/content/remote_service_features/collaboration_tools/newsfeed_vs_githistory.md index 01f3eaf..5509a25 100644 --- a/source/content/remote_service_features/collaboration_tools/newsfeed_vs_githistory.md +++ b/source/content/remote_service_features/collaboration_tools/newsfeed_vs_githistory.md @@ -31,7 +31,7 @@ Compared to the News Feed, it does not provide real-time updates or notification ::::{grid} :::{grid-item-card} News Feed -**rRepository activities** (commits, pull requests, issues, comments). +**Repository activities** (commits, pull requests, issues, comments). Useful for *updates* and *collaboration*. ![GitHub News Feed](./github_news_feed_new.png) :::