-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert module request issue template into yaml configured form #2216
Conversation
- 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just want to confirm that we want to keep this section in the feature request template, versus using the project board as suggested #1687 (comment). I don't have a strong opinion here, but if we are going to remove it in favor of the project board now's a good time to do so.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm OK with using the project board. We can remove this checklist and add a link to the project board.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 08615d5
4435918
to
08615d5
Compare
Description of proposed changes
Address #2050.
Preview at https://github.com/GenericMappingTools/pygmt/blob/yaml-module-request/.github/ISSUE_TEMPLATE/module_request.yaml
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.Slash Commands
You can write slash commands (
/command
) in the first line of a comment to performspecific operations. Supported slash commands are:
/format
: automatically format and lint the code/test-gmt-dev
: run full tests on the latest GMT development version