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: 6 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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 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``.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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``.

## Contributing

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