Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question (Discussions)
url: https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/discussions
url: https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/discussions
about: Use Q&A for questions and troubleshooting.
- name: Propose an idea (Discussions)
url: https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/discussions
url: https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/discussions
about: Use Ideas or RFC for proposals and feedback.
- name: Report a security issue
url: https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/security/policy
url: https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/security/policy
about: Please do not report security issues publicly.
5 changes: 3 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

If you intended to start a conversation (question, idea, proposal), please open a Discussion instead:

- https://github.com/MicrosoftCloudEssentials-LearningHub/org-discussions/discussions
- https://github.com/Cloud2BR-MSFTLearningHub/org-discussions/discussions

If you truly need to change something in this repository (docs/templates), describe the change and why.
If you truly need to change something in this repository (docs/templates), describe the change and why.
Last updated: 2026-04-08
4 changes: 4 additions & 0 deletions .github/workflows/use-visitor-counter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ jobs:
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git stash --include-untracked
git fetch origin
git checkout ${{ github.head_ref }}
git pull origin ${{ github.head_ref }} || echo "No merge needed"
git stash pop || echo "Nothing stashed"
git add -A
git commit -m "Update visitor count" || echo "No changes to commit"
git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }}
Expand All @@ -77,9 +79,11 @@ jobs:
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git stash --include-untracked
git fetch origin
git checkout ${{ github.ref_name }} || git checkout -b ${{ github.ref_name }} origin/${{ github.ref_name }}
git pull origin ${{ github.ref_name }} || echo "No merge needed"
git stash pop || echo "Nothing stashed"
git add -A
git commit -m "Update visitor count" || echo "No changes to commit"
git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }}
Expand Down
8 changes: 4 additions & 4 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Costa Rica

[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
[brown9804](https://github.com/brown9804)
[Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub)

Last updated: 2026-03-04
Last updated: 2026-04-08

----------

Expand Down Expand Up @@ -65,7 +65,7 @@ Community leaders will follow these Community Impact Guidelines in determining t

<!-- START BADGE -->
<div align="center">
<img src="https://img.shields.io/badge/Total%20views-1337-limegreen" alt="Total views">
<p>Refresh Date: 2026-03-04</p>
<img src="https://img.shields.io/badge/Total%20views-266-limegreen" alt="Total views">
<p>Refresh Date: 2026-04-08</p>
</div>
<!-- END BADGE -->
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Costa Rica

[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
[brown9804](https://github.com/brown9804)
[Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub)

Last updated: 2026-03-04
Last updated: 2026-04-08

----------

Expand All @@ -19,12 +19,12 @@ Most “contributions” here are questions, answers, ideas, proposals, and writ

General guidance:

- Use [Q&A](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/categories/q-a) for questions that should end with an accepted answer.
- Use [Support / Troubleshooting](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/categories/support-troubleshooting) for multi-step debugging or ongoing issues.
- Use [Ideas](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/categories/ideas) for product / process improvement suggestions.
- Use [Show and tell](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/categories/show-and-tell) to share something you built using the materials here (or related content).
- Use [Events](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/categories/events) for meetups, livestreams, and community events.
- Use [Polls](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/categories/polls) to vote on topics and priorities.
- Use [Q&A](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/categories/q-a) for questions that should end with an accepted answer.
- Use [Support / Troubleshooting](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/categories/support-troubleshooting) for multi-step debugging or ongoing issues.
- Use [Ideas](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/categories/ideas) for product / process improvement suggestions.
- Use [Show and tell](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/categories/show-and-tell) to share something you built using the materials here (or related content).
- Use [Events](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/categories/events) for meetups, livestreams, and community events.
- Use [Polls](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/categories/polls) to vote on topics and priorities.

## How to write a great discussion

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Costa Rica

[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
[brown9804](https://github.com/brown9804)
[Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub)

Last updated: 2026-03-04
Last updated: 2026-04-08

----------

Expand Down Expand Up @@ -91,7 +91,7 @@ Use these drafts to create and pin a welcome post in each category.

<!-- START BADGE -->
<div align="center">
<img src="https://img.shields.io/badge/Total%20views-1337-limegreen" alt="Total views">
<p>Refresh Date: 2026-03-04</p>
<img src="https://img.shields.io/badge/Total%20views-266-limegreen" alt="Total views">
<p>Refresh Date: 2026-04-08</p>
</div>
<!-- END BADGE -->
8 changes: 4 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Costa Rica

[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
[brown9804](https://github.com/brown9804)
[Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub)

Last updated: 2026-03-04
Last updated: 2026-04-08

----------

Expand All @@ -32,7 +32,7 @@ Please include:

<!-- START BADGE -->
<div align="center">
<img src="https://img.shields.io/badge/Total%20views-1337-limegreen" alt="Total views">
<p>Refresh Date: 2026-03-04</p>
<img src="https://img.shields.io/badge/Total%20views-266-limegreen" alt="Total views">
<p>Refresh Date: 2026-04-08</p>
</div>
<!-- END BADGE -->
12 changes: 6 additions & 6 deletions SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
Costa Rica

[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
[brown9804](https://github.com/brown9804)
[Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub)

Last updated: 2026-03-04
Last updated: 2026-04-08

----------

## I need help / have a question

> Open a Discussion in the [Q&A](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/categories/q-a) category.
> Open a Discussion in the [Q&A](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/categories/q-a) category.

To help others help you:

Expand All @@ -21,7 +21,7 @@ To help others help you:

## I have an idea / feature request

> Open a Discussion in [Ideas](https://github.com/orgs/MicrosoftCloudEssentials-LearningHub/discussions/categories/ideas).
> Open a Discussion in [Ideas](https://github.com/orgs/Cloud2BR-MSFTLearningHub/discussions/categories/ideas).

## I want to report a security issue

Expand All @@ -39,7 +39,7 @@ If you need to reach maintainers privately (non-security), please send an email

<!-- START BADGE -->
<div align="center">
<img src="https://img.shields.io/badge/Total%20views-1337-limegreen" alt="Total views">
<p>Refresh Date: 2026-03-04</p>
<img src="https://img.shields.io/badge/Total%20views-266-limegreen" alt="Total views">
<p>Refresh Date: 2026-04-08</p>
</div>
<!-- END BADGE -->
8 changes: 4 additions & 4 deletions docs/categories.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Costa Rica

[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
[brown9804](https://github.com/brown9804)
[Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub)

Last updated: 2026-03-04
Last updated: 2026-04-08

----------

Expand All @@ -20,7 +20,7 @@ Last updated: 2026-03-04

<!-- START BADGE -->
<div align="center">
<img src="https://img.shields.io/badge/Total%20views-1337-limegreen" alt="Total views">
<p>Refresh Date: 2026-03-04</p>
<img src="https://img.shields.io/badge/Total%20views-266-limegreen" alt="Total views">
<p>Refresh Date: 2026-04-08</p>
</div>
<!-- END BADGE -->
Loading