Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clear information on how to contact project maintainers #1659

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
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,21 @@ like any other package:
* Has a package filtering feature, allowing for staged package releases such as
alpha and beta packages.

## You have a problem or want to talk to us?

If you find a bug, need help, or want to talk to the developers, here is a list of the different
ways to get in touch with us:

* [Report an issue](https://github.com/AcademySoftwareFoundation/rez/issues)
* [Chat room](https://slack.aswf.io): Join the ``#rez`` channel
* [Start a discussion](https://github.com/AcademySoftwareFoundation/rez/discussions)
* [Mailing list](mail:[email protected]): Note that are way less active on the mailing
list than on any other communication channel.

## Known issues and limitations

* Currently CMake builds do not function on Windows with Rez and
the related tests are skipped. A fix requires multiple changes that are on
the roadmap. Users have successfully implemented workarounds to utilize
CMake with Rez under Windows, but the goal is to provide a seamless experience
on any platform in the future. For details see this [issue](/../../issues/703)

9 changes: 9 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,12 @@ Rez:
Rez takes a list of package requests, and constructs the target environment, resolving
all the necessary package dependencies. Any type of software package is supported -
compiled, python, applications and libraries.

If you find a bug, need help, or want to talk to the developers, here is a list of the different
ways to get in touch with us:

* `Report an issue <https://github.com/AcademySoftwareFoundation/rez/issues>`_
* `Chat room <https://slack.aswf.io>`_: Join the ``#rez`` channel
* `Start a discussion <https://github.com/AcademySoftwareFoundation/rez/discussions>`_
* `Mailing list <mail:[email protected]>`_: Note that are way less active on the mailing
list than on any other communication channel.