From d38c96a81d7e4b42a45566549ce1e226c9b5707a Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 27 Aug 2025 11:03:30 +0200 Subject: [PATCH 1/4] docs: clarify main/master branch --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2007585..e388e35 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ This repository contains example datasets for PyAnsys projects. Examples contain non-confidential and non-proprietary data. +> [!IMPORTANT] +> This repository used to have as it's default branch ``master``. In order to align with the ecosystem +> standards, the default branch's name has been changed for ``main``. The previous ``master`` branch is +> left for avoiding breaking changes on our libraries, and it is being kept in sync with ``main``. Make sure +> that any PR opened is targeting ``main``. + ## Contributing To contribute to this repo, please read the [PyAnsys Contributing guide](https://dev.docs.pyansys.com/how-to/contributing.html). From 1adb75ebb55e75062f475a3bf05a1863d157d8e7 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 27 Aug 2025 11:04:17 +0200 Subject: [PATCH 2/4] feat: update PR template --- .github/pull_request_template.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index feb9098..bcd6ce0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,2 +1,8 @@ > [!CAUTION] > **Do not commit any proprietary information belonging either to Ansys or to external sources. If you are uncertain, consult your manager.** + +> [!IMPORTANT] +> This repository used to have as it's default branch ``master``. In order to align with the ecosystem +> standards, the default branch's name has been changed for ``main``. The previous ``master`` branch is +> left for avoiding breaking changes on our libraries, and it is being kept in sync with ``main``. Make sure +> that any PR opened is targeting ``main``. From c6884aefcaf69eac3fb3f0985cbcedd7189900f5 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 27 Aug 2025 11:04:30 +0200 Subject: [PATCH 3/4] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bcd6ce0..25b7ab6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ > **Do not commit any proprietary information belonging either to Ansys or to external sources. If you are uncertain, consult your manager.** > [!IMPORTANT] -> This repository used to have as it's default branch ``master``. In order to align with the ecosystem +> This repository used to have as its default branch ``master``. In order to align with the ecosystem > standards, the default branch's name has been changed for ``main``. The previous ``master`` branch is > left for avoiding breaking changes on our libraries, and it is being kept in sync with ``main``. Make sure > that any PR opened is targeting ``main``. From f7fc5630eb9d5dae2c9fd189512b6553eba68a64 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 27 Aug 2025 11:04:41 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e388e35..394f222 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository contains example datasets for PyAnsys projects. Examples contain non-confidential and non-proprietary data. > [!IMPORTANT] -> This repository used to have as it's default branch ``master``. In order to align with the ecosystem +> This repository used to have as its default branch ``master``. In order to align with the ecosystem > standards, the default branch's name has been changed for ``main``. The previous ``master`` branch is > left for avoiding breaking changes on our libraries, and it is being kept in sync with ``main``. Make sure > that any PR opened is targeting ``main``.