-
Notifications
You must be signed in to change notification settings - Fork 622
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
Add FAQ section #1348
Add FAQ section #1348
Conversation
✔️ Deploy Preview for devel-docs-dagger-io ready! 🔨 Explore the source changes: 8ff96a2 🔍 Inspect the deploy log: https://app.netlify.com/sites/devel-docs-dagger-io/deploys/61d6fd467d84b20008332c2e 😎 Browse the preview: https://deploy-preview-1348--devel-docs-dagger-io.netlify.app |
We keep getting the same questions from the users. Rather than repeating ourselves, this section aggregates the answers. We reverted the change for image styling and are now using the Docusaurus default. Pairs: @gerhard @slumbering Signed-off-by: guillaume <guillaume.derouville@gmail.com>
I think this is a better fit for the CONTRIBUTING file: https://github.com/dagger/dagger/blob/main/CONTRIBUTING.md |
I agree, but the idea was to build the first brick of a more detailed FAQ section:
|
If we want docs to tie everything together - as @shykes thinks about it - then this is the right place for it. WDYT @shykes? |
I think there could be a FAQ entry asking “How do I contribute to Dagger”, that links to CONTRIBUTING.md. But I wouldn’t recommend removing CONTRIBUTING.md, I believe it has become a convention for that file to exist. One thing we could do is create a separate docs page that is a mirror of the CONTRIBUTING.md. But it will be extra work to keep them in sync, so not sure it would be worth it. I defer to @aluzzardi for all this. |
I get it now. The specific FAQ that we have addded is related to contributing, and linking to the CONTRIBUTING.md makes most sense. Are you OK to make that change @grouville? As a follow-up PR, maybe we should add the top 3 questions that you get asked by users @grouville which are not related to contributions - we already know where those answers need to go. Thank you @aluzzardi for spotting it first, and @shykes for helping me understand 😉 |
Following up. It looks like this is really a new entry to CONTRIBUTING.md. In the future we might want to mirror that file to the docs, but that should be handled all at once.
Thanks |
Ok, this PR does 3 things:
Let me a few days to aggregate some of the FAQ content, so we'll reopen and push directly for (1) and (2). |
Thanks for details. No need to wait for 1): that can be its own PR and be merged immediately. Small incremental changes ftw |
All learnings in this PR are relevant, and finding out about the ideal place for this type of content was my first take-away. A more important take-away is that we prefer smaller PRs. While we had a brief discussion about this during the commit, splitting the changes into separate PRs didn't feel worth doing at the time. This interaction made me realise that we actually prefer that, and going forward we should keep this practice. This is the learning that I will be contributing to CONTRIBUTING.md after I add this comment. I want to emphasise the importance of learning from doing the wrong thing, and then capturing those learnings so that others learn from it too. Small incremental changes feels like a significant approach to how we contribute, something that is likely to become part of our team's culture. Writing it down, repeating it to the point that it becomes a default for everyone feel worth it. I may be wrong, but this is my key take-away from this interaction. Up & away 🚁 |
We keep getting the same questions from the users. Rather than repeating ourselves, this section aggregates the answers.
We reverted the change for image styling and are now using the Docusaurus default.
Pairs: @gerhard @slumbering
Signed-off-by: guillaume guillaume.derouville@gmail.com