From 830a8b868019d062223df54787d1949c84357ff7 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 5 Jul 2022 16:15:31 +1200 Subject: [PATCH] Fix getting-started/first-steps.md --- content/getting-started/first-steps.md | 30 +++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/content/getting-started/first-steps.md b/content/getting-started/first-steps.md index c19eef1..69322ea 100644 --- a/content/getting-started/first-steps.md +++ b/content/getting-started/first-steps.md @@ -10,10 +10,10 @@ eleventyNavigation: To create your account at Codeberg.org, visit [https://codeberg.org](https://codeberg.org) and click on "Register" to bring up the registration form. -There, simply fill in your username and email address and then choose a good password. +Then, simply fill in your username and email address and then choose a good password. -After confirming your email address by clicking the link that we sent you to your -email account, you're done and good to go! +After confirming your email address by clicking the link in the email we sent you, +you're done and good to go! ## Community @@ -23,11 +23,11 @@ We kindly ask you to be polite and civil when on Codeberg and to not excessively Please remember that everyone here is contributing on their free time, as volunteers. -If you like a project on Codeberg, consider **giving it a star** and/or **following its author**. That helps with building and growing a network of free software projects and people and can serve as guidance for users exploring Codeberg, looking for interesting projects to try out or contribute to. +If you like a project on Codeberg, consider **giving it a star** and/or **following its author**. This helps with building and growing a network of free software projects and people, and can serve as guidance for users exploring Codeberg, looking for interesting projects to try out or contribute to. ## Orienting yourself on Codeberg -After successfully registering on Codeberg, you should see this screen: +After successfully registering on Codeberg, you should see something similar to this screen: @@ -36,31 +36,31 @@ After successfully registering on Codeberg, you should see this screen: An explanation of the highlighted elements above: -- **Dashboard (1)** is the screen you're looking at right now. It gives you an overview of the newest activity - by you, the people you follow and in your or your organization's projects. +- **Dashboard (1)** is the screen you're looking at right now. It gives you an overview of the latest activity + from you, the people you follow and in your or your organization's projects. - **Issues (2)** and **Pull Requests (3)** These are overviews of issues and pull requests that you are either involved in or that are part of one of the organizations you belong to. - **Codeberg Issues (4)** This is currently the primary communication channel for the Codeberg Community. Here, you can ask questions, report bugs and suggest changes to Codeberg. You're also welcome to browse these issues and contribute your solutions, if you want to support Codeberg even more. -- **The Create Menu (5)** You can create repositories, organizations and migrations using this menu. It's your entry point to kicking off entirely new things on Codeberg. -- **Your Avatar (6)** will lead you to a menu, where you can look at your profile, edit your settings, view the documentation of Gitea (the software Codeberg is based on) or log out. +- **The Create Menu (5)** You can create repositories, organizations and migrate repositories using this menu. It's your entry point to kicking off entirely new projects on Codeberg. +- **Your Avatar (6)** will lead you to a menu, where you can look at your profile, edit your settings, read the documentation of Gitea (the software Codeberg is based on) or log out. - **The Dashboard Context Switcher (7)** If you're part of one or more organizations, you can use this context switcher to let the dashboard display information relevant to the organization, rather than your account. ## A word about Security While it is important to choose a strong password, it is also -important to use Two-factor Authentication in case your password or device +important to use Two-Factor Authentication in case your password or device ever gets compromised, so that should be one of the first things to configure after you have created your account. -We recommend that you use Two-factor Authentication on your account, to increase +We recommend that you use Two-Factor Authentication, to increase your security. > Please visit the [guide in the security section](/security/2fa) to learn how to set up 2FA. ## Moving on from here -Now that you have an account on Codeberg.org, you can choose from a number of possible ways to explore: +Now that you have an account on Codeberg, you can choose from a number of possible ways to explore: -- [Create your first Repository](/getting-started/first-repository) -- [Report or Comment on an Issue](/getting-started/issue-tracking-basics) -- [Learn how to use Git](/git) and then [Contribute a Pull Request](/collaborating/pull-requests-and-git-flow) +- [Create your first repository](/getting-started/first-repository) +- [Report or comment on an issue](/getting-started/issue-tracking-basics) +- [Learn how to use Git](/git) and then [contribute a pull request](/collaborating/pull-requests-and-git-flow) - [Contribute to Codeberg](/improving-codeberg)