diff options
author | Robin Schneider <45321827+robinschneider@users.noreply.github.com> | 2021-10-07 00:15:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 00:15:26 +0200 |
commit | 270e522e0ee2bb9bef795251796abbfc74efbef3 (patch) | |
tree | c8a22126b6393b48b6c3bd0365befd6fd695faaf /CONTRIBUTING.md | |
parent | 584f2b4b32e69865d9561f1537142791710f676d (diff) | |
parent | 220c60cba04e86e782e9610aa8ef0d77e221072c (diff) | |
download | homer-270e522e0ee2bb9bef795251796abbfc74efbef3.tar.gz homer-270e522e0ee2bb9bef795251796abbfc74efbef3.tar.zst homer-270e522e0ee2bb9bef795251796abbfc74efbef3.zip |
Merge branch 'bastienwirtz:main' into hotkey
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f29b7d8..de893b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
@@ -12,10 +12,6 @@ UX and usability. If you are looking for a full featured dashboard, there is ton | |||
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). | 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 | ||
16 | |||
17 | If you want to know more about the project direction or looking for something to work on, checkout the [roadmap](https://github.com/bastienwirtz/homer#Roadmap)! | ||
18 | Feel free to open an issue if you have any question. | ||
19 | 15 | ||
20 | # Ground Rules | 16 | # Ground Rules |
21 | 17 | ||
@@ -40,8 +36,9 @@ feel free to open an issue to present your idea. | |||
40 | ### How to submit a contribution | 36 | ### How to submit a contribution |
41 | 37 | ||
42 | The general process to submit a contribution is as follow: | 38 | The general process to submit a contribution is as follow: |
43 | 1. Create your own fork of the code | 39 | 1. Take a look to the [development guideline](https://github.com/bastienwirtz/homer/blob/main/docs/development.md). |
44 | 2. Do the changes in your fork | 40 | 2. Create your own fork of the code |
45 | 3. Make sure to fill the [pull request description](https://github.com/bastienwirtz/homer/blob/main/.github/PULL_REQUEST_TEMPLATE.md) properly. | 41 | 3. Do the changes in your fork |
42 | 4. Make sure to fill the [pull request description](https://github.com/bastienwirtz/homer/blob/main/.github/PULL_REQUEST_TEMPLATE.md) properly. | ||
46 | 43 | ||
47 | ### Happy coding :metal: | 44 | ### Happy coding :metal: |