For Downloading
For Downloading
Thank you for your interest in contributing to Community Standards! We welcome any
contributions, including bug fixes, feature enhancements, documentation
improvements, and other general improvements.
## Getting Started
1. Fork the branch development repository to your GitHub account. This will create
a copy of this repository in your account. You can make changes to this copy
without affecting the original repository.
- For fork this repository, click the **Fork** button in the top right corner of
this page or click [here](https://github.com/JaKooLit/Arch-Hyprland/fork).
- Make sure to uncheck the Copy the `main` branch only. This will copy the
development branch and other branches (if any)
- Use the following command to clone your forked repository to your local
machine.
```bash
git clone --depth=1 -b development https://github.com/JaKooLit/Arch-
Hyprland.git
```
- For example, to create a new branch named `your-branch-name`, use the following
command.
```bash
git checkout -b your-branch-name
```
4. Make your changes and commit them with a descriptive commit message.
- For example, to commit your changes, use the following command and make sure to
follow the [commit message
guidelines](https://github.com/JaKooLit/Arch-Hyprland/blob/main/COMMIT_MESSAGE_GUID
ELINES.md).
```bash
git commit -m "feat: add a new feature"
```
- For example, to push your changes to your forked repository, use the following
command.
```bash
git push origin your-branch-name
```
## Guidelines
## Contact