diff options
author | Tai Groot <tai@taigrr.com> | 2020-10-25 21:12:37 -0700 |
---|---|---|
committer | Tai Groot <tai@taigrr.com> | 2020-10-25 21:27:09 -0700 |
commit | 2662b1704930eff56a61194a6796d463df687889 (patch) | |
tree | 7ac7809fed51d836eb821c09832b2dbf3957c6a4 /CONTRIBUTING.md | |
parent | d1b29caaa62ef19e9dd68babf334ec25a966f945 (diff) | |
download | homer-2662b1704930eff56a61194a6796d463df687889.tar.gz homer-2662b1704930eff56a61194a6796d463df687889.tar.zst homer-2662b1704930eff56a61194a6796d463df687889.zip |
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 | ||