docs: add note for custom command generator template#7408
Merged
kenjis merged 4 commits intocodeigniter4:developfrom Apr 7, 2023
Merged
docs: add note for custom command generator template#7408kenjis merged 4 commits intocodeigniter4:developfrom
kenjis merged 4 commits intocodeigniter4:developfrom
Conversation
datamweb
suggested changes
Apr 4, 2023
datamweb
reviewed
Apr 4, 2023
Contributor
datamweb
left a comment
There was a problem hiding this comment.
It does not seem correct to use "`" for these two cases.
As far as I know, "**" is used most of the time.
In any case, I did not see an explanation in documentation..
Wait for @kenjis to confirm.
Contributor
Author
Ok. |
Member
|
As a general rule, we use See https://github.com/codeigniter4/CodeIgniter4/blob/17287d1ad6df163ead2032e5098d1fc1cb97f19f/contributing/documentation.rst in #7410 |
datamweb
approved these changes
Apr 5, 2023
paulbalandan
requested changes
Apr 6, 2023
81d7e05 to
a12263b
Compare
paulbalandan
reviewed
Apr 6, 2023
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
paulbalandan
approved these changes
Apr 6, 2023
kenjis
approved these changes
Apr 7, 2023
Member
|
Thank you all! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added explanation on how to locate the view template of a custom generator command. Fixes #7405.
Checklist: