diff --git a/.github/ISSUE_TEMPLATE/module_request.yaml b/.github/ISSUE_TEMPLATE/module_request.yaml index ca55ade44aa..384457a0732 100644 --- a/.github/ISSUE_TEMPLATE/module_request.yaml +++ b/.github/ISSUE_TEMPLATE/module_request.yaml @@ -1,4 +1,4 @@ -name: Feature request - Wrap new GMT module +name: Feature request - Wrap a new GMT module description: Request PyGMT wrapper for a GMT module title: "Wrapper for " labels: ["feature request"] @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: | - Please replace in the issue title and the description with the name of the requested module and add the description of the module. + Please replace `` in the issue title and the description with the name of the requested module and add the description of the module. - type: textarea id: which-module attributes: @@ -31,12 +31,4 @@ body: - type: markdown attributes: value: | - **Checklist for wrapping GMT Module** - - - - - [ ] 'Initial feature implementation' Pull Request (PR) - - [ ] 'Add missing aliases to module' documentation PR - - [ ] 'Support additional functionality in module' PR (optional) - - [ ] 'Add gallery example for module' documentation PR - - [ ] 'Add tutorial for module' documentation PR (optional) + Progress on wrapping the module will be tracked in the [https://github.com/GenericMappingTools/pygmt/projects/9](project board).