-
Notifications
You must be signed in to change notification settings - Fork 233
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
Continuous documentation #181
Conversation
Please consider including what @JelmerT suggests in #213 (comment). |
Looking to merge #214 and #219, I'm wondering whether it makes sense to
or whether to
I'm starting to lean towards the latter, since this way, the documentation in the |
Why not consider #197 before these?
Making a choice that can reduce your amount of work seems like a good idea. Whatever you choose, I suggest updating CONTRIBUTING.md with a description of if/how the contributors are expected to update the CHANGELOG.md and other documentation affected by the PR. |
I did not mention it here since it is does not affect the documentation (as far as I understand).
A good compromise would be to ask contributors to update any syntax documentation themselves if necessary, but to keep |
You are right.
In that case, I guess you still want a continous PR for the change log similar to this PR? |
Yes, see #228. |
The aim of this branch is to advance in parallel to the
dev
branch as PRs are merged and features added.This can include expanding the syntax description (
syntax.md
), the changelog (CHANGELOG.md
), the general readme (README.md
) or others.Before a release, this branch can be then squashed and rebased onto
dev
to reflect all the updates included in that release.The idea is to prevent cluttering the commit history with individual commits from each PR documenting itself (
Add #xxx to changelog
,Expand syntax description to reflect new feature from #yyy
). It remains to be seen whether this is a good idea, and I am open to feedback on this topic.