You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -18,17 +18,6 @@ npm start
18
18
19
19
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.
20
20
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
-
32
21
## Previewing production builds
33
22
34
23
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