hyprland-wiki/README.md

30 lines
1,001 B
Markdown
Raw Normal View History

2022-08-12 20:46:36 +02:00
# Hyprland Wiki
2022-08-24 06:21:15 +02:00
Welcome to the Hyprland Wiki! Here we store the wiki pages. They are automatically updated on the
website whenever a change occurs, within a reasonable timeframe. (usually 12 minutes)
You can find the site at [https://wiki.hyprland.org/](https://wiki.hyprland.org/)
2022-08-13 22:07:33 +02:00
## Contributing to the Wiki
2022-08-24 06:21:15 +02:00
Feel free to open an issue or a PR if you feel anything is necessary.
2024-04-16 21:32:40 +02:00
Make sure to clearly state the reason for the changes.
2024-11-11 20:22:56 +01:00
Commits should have the form:
`Dir/Page: summary of changes`
Optionally, you can include a longer commit message 2 lines below the commit
title.
This format makes it easier glance over the commit list and figure out what
each commit is about.
Additionally, if you make many changes in your PR, it is best to squash them
into self-contained commits that contain one logical change.
For info about how to squash commits, see [this](https://stackoverflow.com/a/5189600).
## License
2024-11-11 20:22:56 +01:00
This repository is licensed under the [BSD 3-Clause License](./LICENSE).