-
Notifications
You must be signed in to change notification settings - Fork 681
community/create_pr_quick_start.rst: update, improve. Assisted-by: Gemini #2816
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
base: devel
Are you sure you want to change the base?
Conversation
ready for review |
|
||
.. note:: | ||
|
||
If there are any difficulties with writing or running the tests or you are not sure if the case can be covered, you can skip this step. Other contributors can help you with tests later if needed. | ||
* Some collections do not have integration tests. In such cases, unit tests are highly recommended. | ||
* If you have difficulty writing or running tests, or you are unsure if a case can be covered, skip this step. Other contributors can help you with tests later if needed. |
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.
View this file in github and you'll see this note isn't formatted properly.
|
||
.. note:: | ||
|
||
If you are not sure whether you should use the default image for testing or a specific one, skip the entire step - the community can help you later. You can also try to use the collection repository's CI to figure out which containers are used. | ||
* Some collections do not have unit tests. In such cases, focus on integration tests. | ||
* If you have difficulty writing or running tests, or you are unsure if a case can be covered, skip this step. Other contributors can help you with tests later if needed. |
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.
Same problem with this note.
@Andersson007 fyi some fixes needed here. |
Yes, I remember, i'll fix it once I'm back from PTO, thanks for pinging! |
community/create_pr_quick_start.rst: update, improve. Assisted-by: Gemini