diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-10-26 14:04:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 14:04:15 -0700 |
commit | ff0b5150f1cef5456a685b492ee4f4f02b6e2ef5 (patch) | |
tree | cae1b7657d6b85bb982e961aae6d54ff90ba8b3c /CONTRIBUTING.md | |
parent | 5a85322c927c96aee89ee0c7239e03bdab3f241d (diff) | |
parent | 2662b1704930eff56a61194a6796d463df687889 (diff) | |
download | homer-ff0b5150f1cef5456a685b492ee4f4f02b6e2ef5.tar.gz homer-ff0b5150f1cef5456a685b492ee4f4f02b6e2ef5.tar.zst homer-ff0b5150f1cef5456a685b492ee4f4f02b6e2ef5.zip |
Merge pull request #151 from taigrr/spellcheck
chore: applies spell-check against entire repo (aspell)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 438c6e7..458a147 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
@@ -6,10 +6,10 @@ First off, thank you for considering contributing to Homer! | |||
6 | 6 | ||
7 | ### Project philosophy | 7 | ### Project philosophy |
8 | 8 | ||
9 | Homer is meant to be a light and very simple dashboard that keeps all your usefull utilities at hands. The few features implemented in Homer focus on | 9 | Homer is meant to be a light and very simple dashboard that keeps all your useful utilities at hands. The few features implemented in Homer focus on |
10 | UX and usability. If you are looking for a full featured dashboard, there is tons of great stuff out there like https://heimdall.site/, https://github.com/rmountjoy92/DashMachine or https://organizr.app/. | 10 | UX and usability. If you are looking for a full featured dashboard, there is tons of great stuff out there like https://heimdall.site/, https://github.com/rmountjoy92/DashMachine or https://organizr.app/. |
11 | 11 | ||
12 | - Configuration is stored in a simple config file, avoiding the need for a backend/database while making possible to use versionning or [config template](https://docs.ansible.com/ansible/latest/user_guide/playbooks_templating.html). | 12 | - Configuration is stored in a simple config file, avoiding the need for a backend/database while making possible to use versioning or [config template](https://docs.ansible.com/ansible/latest/user_guide/playbooks_templating.html). |
13 | - Only modern browsers are supported, feel free to use any JS features without any polyfill as soon as the latest version of the major browsers supports them. | 13 | - Only modern browsers are supported, feel free to use any JS features without any polyfill as soon as the latest version of the major browsers supports them. |
14 | 14 | ||
15 | ### Roadmap | 15 | ### Roadmap |
@@ -21,7 +21,7 @@ Feel free to open an issue if you have any question. | |||
21 | 21 | ||
22 | ### Code of conduct and guidelines | 22 | ### Code of conduct and guidelines |
23 | 23 | ||
24 | First of all, we expect everyone (contributors and maintainers alike) to respect the [Code of conduct](https://github.com/bastienwirtz/homer/blob/master/CODE_OF_CONDUCT.md). It is not a recomandation, it is mandatory. | 24 | First of all, we expect everyone (contributors and maintainers alike) to respect the [Code of conduct](https://github.com/bastienwirtz/homer/blob/master/CODE_OF_CONDUCT.md). It is not a recommendation, it is mandatory. |
25 | 25 | ||
26 | For all contributions, please respect the following guidelines: | 26 | For all contributions, please respect the following guidelines: |
27 | 27 | ||