You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please paste the output of `python -c "import pygmt; pygmt.show_versions()"`
45
-
If this command is not successful, please describe your operating system, how you installed PyGMT, how you installed GMT, and paste the full error message.
45
+
description: >
46
+
Please paste the output of `python -c "import pygmt; pygmt.show_versions()"`.
47
+
48
+
If this command is not successful, please describe your operating system,
49
+
how you installed PyGMT, how you installed GMT, and paste the full error message.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/3-module_request.yaml
+16-9
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,29 @@ labels: ["feature request"]
5
5
body:
6
6
- type: markdown
7
7
attributes:
8
-
value: |
9
-
Please replace `<module-name>` in the issue title and the description with the name of the requested module and add the description of the module.
8
+
value: >
9
+
Please replace `<module-name>` in the issue title and the description with the
10
+
name of the requested module and add the description of the module.
10
11
- type: textarea
11
12
id: which-module
12
13
attributes:
13
14
label: Description of the desired module
14
-
description: Please be as detailed as you can in your description. If possible, include an example of how you would like to use this feature (even better if it's a code example).
15
-
placeholder: Implement [`<module-name>`](https://docs.generic-mapping-tools.org/latest/<module-name>.html) which `<insert description of the GMT module>`.
15
+
description: >
16
+
Please be as detailed as you can in your description. If possible, include
17
+
an example of how you would like to use this feature (even better if it's a code example).
0 commit comments