diff --git a/.github/ISSUE_TEMPLATE/module_request.md b/.github/ISSUE_TEMPLATE/module_request.md deleted file mode 100644 index 5a495535ae2..00000000000 --- a/.github/ISSUE_TEMPLATE/module_request.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: Feature request - Wrap new GMT module -about: Request PyGMT wrapper for a GMT module -title: Wrapper for -labels: feature request -assignees: '' - ---- - - - -**Description of the desired module**: - -Implement [``](https://docs.generic-mapping-tools.org/latest/.html) which ``. - - - - -**Are you willing to help implement and maintain this feature?** Yes/No - - - -**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) diff --git a/.github/ISSUE_TEMPLATE/module_request.yaml b/.github/ISSUE_TEMPLATE/module_request.yaml new file mode 100644 index 00000000000..48ad614b226 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/module_request.yaml @@ -0,0 +1,34 @@ +name: Feature request - Wrap a new GMT module +description: Request PyGMT wrapper for a GMT module +title: "Wrapper for " +labels: ["feature request"] +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. + - type: textarea + id: which-module + attributes: + label: Description of the desired module + 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). + placeholder: Implement [``](https://docs.generic-mapping-tools.org/latest/.html) which ``. + validations: + required: true + - type: dropdown + id: help + attributes: + label: Are you willing to help implement and maintain this feature? + description: | + Every feature we add is code that we will have to maintain and keep updated. This takes a lot of effort. + If you are willing to be involved in the project and help maintain your feature, it will make it easier for us to accept it. + options: + - "No" + - "Yes" + - "Maybe" + validations: + required: true + - type: markdown + attributes: + value: | + Progress on wrapping the module will be tracked in the [project board](https://github.com/GenericMappingTools/pygmt/projects/9).