-
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
Remove disclaimer in README #1590
Conversation
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 the changes.
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 one more suggestion, otherwise all good!
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
Do you think we should tone down the announcement "This package is in the early stages of design and implementation." in the installing guide as well? |
I think that's a good idea. I'll open a pull request. |
* remove disclaimer; move feedback request to about section * remove redundant mention of forum * add semantic versioning to maintenance.md Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
As discussed in #1576, the disclaimer about PyGMT undergoing rapid development and having breaking changes is getting out of date, as we have standards for deprecating features and a somewhat-regular release schedule. This pull requests removes the disclaimer from README.md, and moves the feedback request to the "About" section.
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