* [Qemu-devel] [qemu-web PATCH] Mention website maintainence under Contribute
@ 2017-11-29 15:31 Eric Blake
2017-11-29 16:05 ` Paolo Bonzini
2017-11-29 16:22 ` Peter Maydell
0 siblings, 2 replies; 4+ messages in thread
From: Eric Blake @ 2017-11-29 15:31 UTC (permalink / raw)
To: qemu-devel; +Cc: pbonzini, famz
Web (and other doc) updates are also valid contributions.
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
---
contribute.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/contribute.md b/contribute.md
index bf4a55d..88baee6 100644
--- a/contribute.md
+++ b/contribute.md
@@ -12,4 +12,6 @@ permalink: /contribute/
* Chat with the developers on IRC: irc.oftc.net, channel #qemu
* Read developer documentation: “[Getting started for developers](https://wiki.qemu.org/Documentation/GettingStartedDevelopers)”,
- “[Contributor FAQ](https://wiki.qemu.org/Contribute/FAQ)”, “[How to submit a patch](https://wiki.qemu.org/Contribute/SubmitAPatch)”
+ “[Contributor FAQ](https://wiki.qemu.org/Contribute/FAQ)”,
+ “[How to submit a patch](https://wiki.qemu.org/Contribute/SubmitAPatch)”,
+ “[Improve the website](https://www.qemu.org/2017/02/04/the-new-qemu-website-is-up/)”
--
2.14.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [qemu-web PATCH] Mention website maintainence under Contribute
2017-11-29 15:31 [Qemu-devel] [qemu-web PATCH] Mention website maintainence under Contribute Eric Blake
@ 2017-11-29 16:05 ` Paolo Bonzini
2017-11-29 16:22 ` Peter Maydell
1 sibling, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2017-11-29 16:05 UTC (permalink / raw)
To: Eric Blake, qemu-devel; +Cc: famz
On 29/11/2017 16:31, Eric Blake wrote:
> Web (and other doc) updates are also valid contributions.
>
> Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
> contribute.md | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/contribute.md b/contribute.md
> index bf4a55d..88baee6 100644
> --- a/contribute.md
> +++ b/contribute.md
> @@ -12,4 +12,6 @@ permalink: /contribute/
> * Chat with the developers on IRC: irc.oftc.net, channel #qemu
>
> * Read developer documentation: “[Getting started for developers](https://wiki.qemu.org/Documentation/GettingStartedDevelopers)”,
> - “[Contributor FAQ](https://wiki.qemu.org/Contribute/FAQ)”, “[How to submit a patch](https://wiki.qemu.org/Contribute/SubmitAPatch)”
> + “[Contributor FAQ](https://wiki.qemu.org/Contribute/FAQ)”,
> + “[How to submit a patch](https://wiki.qemu.org/Contribute/SubmitAPatch)”,
> + “[Improve the website](https://www.qemu.org/2017/02/04/the-new-qemu-website-is-up/)”
>
Applied, thanks.
Paolo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [qemu-web PATCH] Mention website maintainence under Contribute
2017-11-29 15:31 [Qemu-devel] [qemu-web PATCH] Mention website maintainence under Contribute Eric Blake
2017-11-29 16:05 ` Paolo Bonzini
@ 2017-11-29 16:22 ` Peter Maydell
2017-11-29 16:37 ` Paolo Bonzini
1 sibling, 1 reply; 4+ messages in thread
From: Peter Maydell @ 2017-11-29 16:22 UTC (permalink / raw)
To: Eric Blake; +Cc: QEMU Developers, Paolo Bonzini, Fam Zheng
On 29 November 2017 at 15:31, Eric Blake <eblake@redhat.com> wrote:
> Web (and other doc) updates are also valid contributions.
>
> Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
> contribute.md | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/contribute.md b/contribute.md
> index bf4a55d..88baee6 100644
> --- a/contribute.md
> +++ b/contribute.md
> @@ -12,4 +12,6 @@ permalink: /contribute/
> * Chat with the developers on IRC: irc.oftc.net, channel #qemu
>
> * Read developer documentation: “[Getting started for developers](https://wiki.qemu.org/Documentation/GettingStartedDevelopers)”,
> - “[Contributor FAQ](https://wiki.qemu.org/Contribute/FAQ)”, “[How to submit a patch](https://wiki.qemu.org/Contribute/SubmitAPatch)”
> + “[Contributor FAQ](https://wiki.qemu.org/Contribute/FAQ)”,
> + “[How to submit a patch](https://wiki.qemu.org/Contribute/SubmitAPatch)”,
> + “[Improve the website](https://www.qemu.org/2017/02/04/the-new-qemu-website-is-up/)”
Ah, I was vaguely thinking about this the other day; that we should
improve https://wiki.qemu.org/Contribute so that it puts contributions
to documentation, the website, etc on a clearer footing that's more
on par with "contribute code" (possibly by hiving off the "writing
code" bits to a separate section).
We now seem to have two landing pages for "start contributing",
though -- one on the main website and one on the wiki.
thanks
-- PMM
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [qemu-web PATCH] Mention website maintainence under Contribute
2017-11-29 16:22 ` Peter Maydell
@ 2017-11-29 16:37 ` Paolo Bonzini
0 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2017-11-29 16:37 UTC (permalink / raw)
To: Peter Maydell, Eric Blake; +Cc: QEMU Developers, Fam Zheng
On 29/11/2017 17:22, Peter Maydell wrote:
> On 29 November 2017 at 15:31, Eric Blake <eblake@redhat.com> wrote:
>> Web (and other doc) updates are also valid contributions.
>>
>> Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
>> Signed-off-by: Eric Blake <eblake@redhat.com>
>> ---
>> contribute.md | 4 +++-
>> 1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/contribute.md b/contribute.md
>> index bf4a55d..88baee6 100644
>> --- a/contribute.md
>> +++ b/contribute.md
>> @@ -12,4 +12,6 @@ permalink: /contribute/
>> * Chat with the developers on IRC: irc.oftc.net, channel #qemu
>>
>> * Read developer documentation: “[Getting started for developers](https://wiki.qemu.org/Documentation/GettingStartedDevelopers)”,
>> - “[Contributor FAQ](https://wiki.qemu.org/Contribute/FAQ)”, “[How to submit a patch](https://wiki.qemu.org/Contribute/SubmitAPatch)”
>> + “[Contributor FAQ](https://wiki.qemu.org/Contribute/FAQ)”,
>> + “[How to submit a patch](https://wiki.qemu.org/Contribute/SubmitAPatch)”,
>> + “[Improve the website](https://www.qemu.org/2017/02/04/the-new-qemu-website-is-up/)”
>
> Ah, I was vaguely thinking about this the other day; that we should
> improve https://wiki.qemu.org/Contribute so that it puts contributions
> to documentation, the website, etc on a clearer footing that's more
> on par with "contribute code" (possibly by hiving off the "writing
> code" bits to a separate section).
>
> We now seem to have two landing pages for "start contributing",
> though -- one on the main website and one on the wiki.
Apart from the infrastructure part, everything else in the wiki page
probably should be moved to the website.
Then, the wiki "Contribute" can be moved to "Contribute/Infrastructure"
(and the link in the side bar changed from "Start Here" to "Project
Infrastructure").
Thanks,
Paolo
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-11-29 16:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-29 15:31 [Qemu-devel] [qemu-web PATCH] Mention website maintainence under Contribute Eric Blake
2017-11-29 16:05 ` Paolo Bonzini
2017-11-29 16:22 ` Peter Maydell
2017-11-29 16:37 ` Paolo Bonzini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).