Skip to content

Commit

Permalink
Remove the checklist and link to the project board
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Dec 1, 2022
1 parent 202ea94 commit 4435918
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/ISSUE_TEMPLATE/module_request.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
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 <module-name>"
labels: ["feature request"]
body:
- type: markdown
attributes:
value: |
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.
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.
- type: textarea
id: which-module
attributes:
Expand All @@ -31,12 +31,4 @@ body:
- type: markdown
attributes:
value: |
**Checklist for wrapping GMT Module**
<!-- Please do not edit this section when submitting pull requests. This checklist will help track progress on wrapping the 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).

0 comments on commit 4435918

Please sign in to comment.