@@ -18,6 +18,23 @@ library's documentation, including:
1818- Instructions for cloning the source repository from GitHub
1919- URL to the library's ``Issues `` page
2020
21+ Creating Issues
22+ ---------------
23+ You create issues to submit questions, report bugs, and request new
24+ features. When you create an issue, ensure that you provide sufficient
25+ context, such as application versions and reproduction steps. Also use
26+ an issue label like "Documentation" to indicate the issue category.
27+
28+ PyAnsys developers and community members will respond to and hopefully
29+ resolve your issue. Once an issue is resolved, you are encouraged to
30+ close it yourself. Otherwise, after a period of inactivity, the PyAnsys
31+ project support team will use discretion as to whether to close it.
32+
33+ Should it turn out that your issue is closed erroneously, perhaps because
34+ a bug fix implemented to resolve your issue did not work, you can re-open
35+ it with a comment that explains why you have done so. If you need to contact the
36+ PyAnsys project support team directly, email `
[email protected] <
[email protected] >`_.
37+
2138For convenience, here are URLs for ``Issues `` pages for
2239Ansys product repositories:
2340
@@ -27,19 +44,16 @@ Ansys product repositories:
2744- `PyMAPDL Issues <https://github.com/pyansys/pymapdl/issues >`_
2845- `PyMAPDL-Reader Issues <https://github.com/pyansys/pymapdl-reader/issues >`_
2946
30- You can reach the overall PyAnsys project support team at
31- 32-
3347Submitting Questions
34- ---------------------
48+ ~~~~~~~~~~~~~~~~~~~~
3549For general or technical questions about a PyAnsys library, its
3650applications, or software usage, create issues on the respective
3751library's ``Issues `` page. This allows PyAnsys developers and
3852community members with the needed expertise to collectively address
3953them. It also makes their responses available to all users.
4054
4155Reporting Bugs
42- --------------
56+ ~~~~~~~~~~~~~~
4357If you encounter a bug or your workflow crashes while using a
4458PyAnsys library, create an issue on the respective library's
4559``Issues `` page and tag it with an appropriate label so that it
@@ -49,7 +63,7 @@ provide a traceback, screenshots, and sample files that might help
4963the community to address the issue.
5064
5165Requesting New Features
52- -----------------------
66+ ~~~~~~~~~~~~~~~~~~~~~~~
5367We encourage you to submit ideas for improving PyAnsys libraries.
5468To suggest a new feature, create an issue on the respective library's
5569``Issues `` page and tag it with the ``Feature Request `` label. Use a
@@ -79,14 +93,14 @@ practice, you would create a discussion on this library's `Discussions <https://
7993page. It is possible for discussions to lead to the creation of issues.
8094
8195.. note ::
82- Because the ``Discussions `` feature is still in beta on GitHub, usage may
83- change in the future.
96+ Because the ``Discussions `` page is still a beta feature on GitHub, usage
97+ may change in the future.
8498
8599Cloning the Source Repository
86100-----------------------------
87101As mentioned earlier, specific instructions for cloning a source
88102repository from GitHub appear on the ``Contributing `` page in the
89- respective library's documentation. In te following code for cloning and
103+ respective library's documentation. In the following code for cloning and
90104installing the latest version of a PyAnsys repository, ``<pyansy-repository> ``
91105is a placeholder for the name of the repository.
92106
@@ -96,8 +110,8 @@ is a placeholder for the name of the repository.
96110 cd <pyansys-repository>
97111 pip install -e .
98112
99- For example, you would use this code to clone and installing the latest version
100- of PyMAPDL :
113+ For example, to clone and install the latest version of PyMAPDL,
114+ you would run the following :
101115
102116.. code ::
103117
@@ -107,7 +121,9 @@ of PyMAPDL:
107121
108122 If you want to eventually push a contribution to the official
109123PyAnsys repository, consider creating a `fork <https://docs.github.com/en/get-started/quickstart/fork-a-repo >`_
110- of the repository. For additional information, see :ref: dev_practices.
124+ of the repository. For information on how to contribute through
125+ GitHub, see :ref: `development_practices `, paying particular attention to :ref: `branch_naming `
126+ when you are ready to create a pull request.
111127
112128Licensing
113129---------
0 commit comments