Skip to content

Commit 38281b7

Browse files
authored
docs: clarify main/master branch (#390)
1 parent 94bc003 commit 38281b7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/pull_request_template.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
> [!CAUTION]
22
> **Do not commit any proprietary information belonging either to Ansys or to external sources. If you are uncertain, consult your manager.**
3+
4+
> [!IMPORTANT]
5+
> This repository used to have as its default branch ``master``. In order to align with the ecosystem
6+
> standards, the default branch's name has been changed for ``main``. The previous ``master`` branch is
7+
> left for avoiding breaking changes on our libraries, and it is being kept in sync with ``main``. Make sure
8+
> that any PR opened is targeting ``main``.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
This repository contains example datasets for PyAnsys projects.
66
Examples contain non-confidential and non-proprietary data.
77

8+
> [!IMPORTANT]
9+
> This repository used to have as its default branch ``master``. In order to align with the ecosystem
10+
> standards, the default branch's name has been changed for ``main``. The previous ``master`` branch is
11+
> left for avoiding breaking changes on our libraries, and it is being kept in sync with ``main``. Make sure
12+
> that any PR opened is targeting ``main``.
13+
814
## Contributing
915

1016
To contribute to this repo, please read the [PyAnsys Contributing guide](https://dev.docs.pyansys.com/how-to/contributing.html).

0 commit comments

Comments
 (0)