Skip to content

Commit 5049a4c

Browse files
committed
[core] Remove contribution features as they are dome
1 parent 298945f commit 5049a4c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@ npm start
1818

1919
After you've finished your changes please create pull request to [original repository](https://github.com/rtivital/omatsuri). I'll review your changes and merge them if everything works fine.
2020

21-
## Features to contribute
22-
23-
There are a lot of missing features that can be added, let's focus on most interesting:
24-
25-
- Dark theme support (automatically detected from user os)
26-
- New application – e.g. gradient generator
27-
28-
If you decide to build one of these features please be aware of design language of the app and recreate it as similar as possible for new design elements. Please use eslint and prettier during development. **Make sure you do not have eslint errors before submitting pull request.** You can check that by running `npm run lint` script.
29-
30-
If you consider your contribution to be large, please add yourself to contributors list [here](./src/settings.js)
31-
3221
## Previewing production builds
3322

3423
Make sure that changes you've made also work in production environment. To setup it locally tun `npm run serve` script and open prompted url. This script will build project from scratch and serve it on port 6002. It may take some time, so be patient.

0 commit comments

Comments
 (0)