From 50da51cf68683680f4622188c19dc4f76babb12d Mon Sep 17 00:00:00 2001 From: minhhuynh <71852804+minhhuynh103@users.noreply.github.com> Date: Thu, 17 Aug 2023 03:06:11 +0700 Subject: [PATCH 1/2] Update README.md Add some welcome introductions to make it sounds more welcoming and the community standard that is not explicitly stated for newcomers. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8c1e1dc01..bc820d225c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ # Pencil2D Animation -**Pencil2D** is an animation/drawing software for Windows, macOS, Linux, and FreeBSD. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. Pencil2D is free and open source. +**Pencil2D** is an animation/drawing software for Windows, macOS, Linux, and FreeBSD. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. Pencil2D is free and open source. We welcome everyone with any background to contribute to making the software even more robust and worldwide! There are many different ways to contribute, which can be found under Contributing section. +Dont Forget to Checkout Our Official Website! Here is a video demonstrating the project: @@ -56,3 +57,6 @@ Nightly builds are the bleeding edge versions of Pencil2D, which contains the mo * GitHub: (Primary) * Bitbucket: (Mirror) * GitLab: (Mirror 2) + +## Community Standards +Other than having some experience with C++ and Qt to involve in software code development, there are no specific standards on how to contribute to the Pencil2D project. From febf773e79941af23ab4864b5be7883d441dc46a Mon Sep 17 00:00:00 2001 From: Jakob Gahde Date: Thu, 31 Aug 2023 21:35:56 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bc820d225c..86564b1672 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,11 @@ # Pencil2D Animation -**Pencil2D** is an animation/drawing software for Windows, macOS, Linux, and FreeBSD. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. Pencil2D is free and open source. We welcome everyone with any background to contribute to making the software even more robust and worldwide! There are many different ways to contribute, which can be found under Contributing section. -Dont Forget to Checkout Our Official Website! +**Pencil2D** is a free and open source animation/drawing software for Windows, macOS, Linux, and FreeBSD. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. -Here is a video demonstrating the project: +Pencil2D is a community-driven project developed entirely by volunteers and we are always looking for more helping hands! There are many different ways to contribute, so anyone can help regardless of their background. For more information, please see the [Contributing](#contributing) section below. -Pencil2D Website: +Don’t forget to check out our official website: ### User Showcase @@ -57,6 +56,3 @@ Nightly builds are the bleeding edge versions of Pencil2D, which contains the mo * GitHub: (Primary) * Bitbucket: (Mirror) * GitLab: (Mirror 2) - -## Community Standards -Other than having some experience with C++ and Qt to involve in software code development, there are no specific standards on how to contribute to the Pencil2D project.