stevedlawrence commented on PR #1401: URL: https://github.com/apache/daffodil-vscode/pull/1401#issuecomment-3266696430
> For bot created PRs ... You could also modify the workflow so it skips the check for bot PRs. I imagine no PRs from bots will ever require updates. > const checkbox2Text = "- [x] I have added documentation to the wiki for these changes"; This is also sort of a problem for outside contributors, since they generally won't have access to edit the wiki. Granted, we don't really have outside contributors who don't have wiki access, but if this project does grow that could become an issue. What are your thoughts about moving some or all of the wiki .md files into a `docs/` directory? This way PR's that require documentation updates can also include updates to the `docs/` directory. This way no extra privileges are needed to modify documentation, and documentation updates are reviewed the same as normal updates, and are tied to the actual changes that require the updates. I think the main downside is wiki's look slightly better than just linking to a source .md file, but I don't think it's significantly worse. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
