2020-09-02 07:00:11 -07:00
|
|
|
---
|
|
|
|
|
eleventyNavigation:
|
|
|
|
|
key: FirstSteps
|
|
|
|
|
title: Your First Steps on Codeberg
|
|
|
|
|
parent: GettingStarted
|
|
|
|
|
order: 20
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## Registering at Codeberg.org
|
2024-06-11 00:51:22 -07:00
|
|
|
|
2020-09-02 07:00:11 -07:00
|
|
|
To create your account at Codeberg.org, visit [https://codeberg.org](https://codeberg.org)
|
|
|
|
|
and click on "Register" to bring up the registration form.
|
|
|
|
|
|
2022-07-04 21:15:31 -07:00
|
|
|
Then, simply fill in your username and email address and then choose a good password.
|
2020-09-02 07:00:11 -07:00
|
|
|
|
2022-07-04 21:15:31 -07:00
|
|
|
After confirming your email address by clicking the link in the email we sent you,
|
|
|
|
|
you're done and good to go!
|
2020-09-02 07:00:11 -07:00
|
|
|
|
|
|
|
|
## Community
|
2024-06-11 00:51:22 -07:00
|
|
|
|
2025-06-14 02:38:21 -07:00
|
|
|
Codeberg is a non-profit volunteer effort. It relies on its friendly and dedicated community.
|
|
|
|
|
We're happy that you're now a part of our community, too, and we hope you're feeling welcome!
|
2020-09-02 07:00:11 -07:00
|
|
|
|
2025-06-14 02:38:21 -07:00
|
|
|
We kindly ask you to be polite and civil when on Codeberg and to not excessively use the resources provided.
|
|
|
|
|
Please see our [Terms of Use](https://codeberg.org/codeberg/org/src/TermsOfUse.md) for details.
|
2020-09-02 07:00:11 -07:00
|
|
|
|
|
|
|
|
Please remember that everyone here is contributing on their free time, as volunteers.
|
|
|
|
|
|
2025-06-14 02:38:21 -07:00
|
|
|
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.
|
2020-09-02 07:00:11 -07:00
|
|
|
|
|
|
|
|
## Orienting yourself on Codeberg
|
2024-06-11 00:51:22 -07:00
|
|
|
|
2022-07-04 21:15:31 -07:00
|
|
|
After successfully registering on Codeberg, you should see something similar to this screen:
|
2020-09-02 07:00:11 -07:00
|
|
|
|
2024-11-28 22:12:05 -08:00
|
|
|
<img src="/images/getting-started/first-steps/dashboard.png" alt="Dashboard">
|
2020-09-02 07:00:11 -07:00
|
|
|
|
|
|
|
|
An explanation of the highlighted elements above:
|
|
|
|
|
|
2022-07-04 21:15:31 -07:00
|
|
|
- **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.
|
2025-06-14 02:38:21 -07:00
|
|
|
- **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 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 Forgejo (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.
|
2020-09-02 07:00:11 -07:00
|
|
|
|
|
|
|
|
## A word about Security
|
2024-06-11 00:51:22 -07:00
|
|
|
|
2020-09-02 07:00:11 -07:00
|
|
|
While it is important to choose a strong password, it is also
|
2022-07-04 21:15:31 -07:00
|
|
|
important to use Two-Factor Authentication in case your password or device
|
2020-10-16 07:33:00 -07:00
|
|
|
ever gets compromised, so that should be one of the first things to
|
2020-09-02 07:00:11 -07:00
|
|
|
configure after you have created your account.
|
|
|
|
|
|
2022-07-04 21:15:31 -07:00
|
|
|
We recommend that you use Two-Factor Authentication, to increase
|
2020-09-02 07:00:11 -07:00
|
|
|
your security.
|
|
|
|
|
|
2023-11-26 21:45:00 -08:00
|
|
|
{% admonition "info" %}
|
|
|
|
|
|
|
|
|
|
Please visit the [guide in the security section](/security/2fa) to learn how to set up 2FA.
|
|
|
|
|
|
|
|
|
|
{% endadmonition %}
|
2020-09-02 07:00:11 -07:00
|
|
|
|
|
|
|
|
## Moving on from here
|
2024-06-11 00:51:22 -07:00
|
|
|
|
2022-07-04 21:15:31 -07:00
|
|
|
Now that you have an account on Codeberg, you can choose from a number of possible ways to explore:
|
2020-09-02 07:00:11 -07:00
|
|
|
|
2022-07-04 21:15:31 -07:00
|
|
|
- [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)
|
2022-01-21 02:36:38 -08:00
|
|
|
- [Contribute to Codeberg](/improving-codeberg)
|