-
Notifications
You must be signed in to change notification settings - Fork 1
Add a SUPPORT.md file
#246
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
Conversation
SUPPORT.md added.
|
This workflow will fail until PR #245 has been merged into main. |
* main: #245 Resolve workflow error possibly caused by previous version of pre-commit
(pre-commit hook fails).
|
The main branch post PR #245 has been merged into this branch which is now ready for review. |
alistairsellar
left a comment
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.
Hi John,
The support.md file is good. Only change I'm requesting is to remove the issue number from the PR title.
Thanks,
Alistair
alistairsellar
left a comment
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.
Thanks John, all good!
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.
Thanks @mo-johnmo 😊
Here are my review comments:
- The "Does the text of the PR title exactly match with the text (not including the issue number) of the issue title?" PR checklist item has been checked, but the titles do not exactly match.
- With regards to "Has the appropriate milestone been added to the PR?", the correct milestone to add for the work you are doing is v0.1.0.
- The "Does the change in this PR address the above issue / have all acceptance criteria been met?" PR checklist item has been checked, but the issue states:
- "Is there a way to consolidate this with the text in https://github.com/MetOffice/CMEW/blob/main/doc/source/support.rst?"
- I was expecting changes to support.rst to point to the
SUPPORT.mdfile or equivalent, such that there is a single source of truth / there wasn't conflicting information in different areas of the documentation.
- I was expecting changes to support.rst to point to the
- "I just had a thought that perhaps we should use the Discussions as a way to get support, rather than a MO e-mail address that the community won't have access to." (emphasis added)
- The MO e-mail address should not be used for support. Support should be solely via the repository via the Discussions.
- "Is there a way to consolidate this with the text in https://github.com/MetOffice/CMEW/blob/main/doc/source/support.rst?"
- Something that wasn't mentioned in the issue, but I'm thinking (after looking at https://github.com/MetOffice/CMEW/tree/199_add_support_md_file) that it might be a good idea is to include a support section in the
README.mdfile that points to theSUPPORT.mdfile (it looks like GitHub hasn't automatically added it to the tabs next to the README tab). - The Documentation requirements states:
- Limit all lines in markdown (
.md) files and.rstfiles to a maximum of 79 characters. - Use reference style links to help limit all lines in markdown (.md) files to a maximum of 79 characters.
- Limit all lines in markdown (
- However, I will add under the first point in the Documentation requirements the following:
- Do not break the content across multiple lines at 79 characters, but rather break them on semantic meaning (e.g. periods or commas). https://rhodesmill.org/brandon/2012/one-sentence-per-line/ provides more information. (This is a new thing I discovered recently and I think it is an awesome idea!) 🥳
alistairsellar
left a comment
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.
Great, thanks John!
ehogan
left a comment
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.
It should be possible to use the MyST parser for markdown-rst-compatability. This was proposed in #220. We should consider whether to add this to the next community environment as part of #248.
The requirements for CMEW state to use the format #<issue_number>: <descriptive_commit_message> when writing commit messages (please note the use of :).
Please add single backticks around SUPPORT.md in the title of this PR so that it exactly matches the title of the issue.
… of 7th Feb 2025 at 1748 hrs.
hypertext link. While CMEW remains private the full URL will be copyable but not clickable.
…style to an automatic one in order to stop the 'make html' failing.
ehogan
left a comment
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.
Thanks @mo-johnmo 👍 Just one minor typo to fix, then I'll approve 🥳
Co-authored-by: Emma Hogan <ehogan@users.noreply.github.com>
ehogan
left a comment
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.
Thanks @mo-johnmo! 🎉
Closes #199.
PR creation checklist for the developer
<issue_number>above ☝️ been replaced with the issue number?mainbeen selected as the base branch?<issue_number>_<short_description_of_feature>?good first issuelabel) been added to the PR?Climate Model Evaluation Workflow (CMEW)project been added to the PR?Definition of Done for the developer
docdirectory) related to the change been updated appropriately, including the Quick Start section?PR creation checklist for the reviewer
<issue_number>above ☝️ been replaced with the issue number?mainbeen selected as the base branch?<issue_number>_<short_description_of_feature>?good first issuelabel) been added to the PR?Climate Model Evaluation Workflow (CMEW)project been added to the PR?Definition of Done for the reviewer
docdirectory) related to the change been updated appropriately, including the Quick Start section?