templates

This commit is contained in:
Antelle 2016-03-03 07:46:29 +03:00
parent 75cdfc4e33
commit 77a3b0b13f
2 changed files with 11 additions and 10 deletions

View File

@ -1,6 +1,6 @@
Thanks for taking the time to contribute! Thanks for taking the time to contribute!
Please, read https://github.com/antelle/keeweb/wiki/FAQ before submitting a new issue and fill in the following: Please, read https://github.com/antelle/keeweb/wiki/FAQ before submitting a new issue and fill in the following (if applicable):
- what were your actions? - what were your actions?
- what was wrong? - what was wrong?

View File

@ -2,12 +2,13 @@ Thanks for taking the time to contribute! :gift:
Please follow these steps: Please follow these steps:
1. make sure the feature you add is not listed in [banned features](https://github.com/antelle/keeweb/wiki/Unsupported-Features) 1. work on the right branch: it must be `develop` for new features and `master` for hotfixes
2. check compatibility with [the project roadmap](https://github.com/antelle/keeweb/wiki/TODO) and key features: you should not break anything 2. make sure the feature you add is not listed in [banned features](https://github.com/antelle/keeweb/wiki/Unsupported-Features)
3. if your feature is introducing a lot of new UI, or is changing any UX or design concept, please, open an issue to discuss it first 3. check compatibility with [the project roadmap](https://github.com/antelle/keeweb/wiki/TODO) and key features: you should not break anything
4. please, respect existing style in code, styles and markup (hint: install and enable [editorconfig](http://editorconfig.org/) in your editor) 4. if your feature is introducing a lot of new UI, or is changing any UX or design concept, please, open an issue to discuss it first
5. don't add any dependencies 5. please, respect existing style in code, styles and markup (hint: install and enable [editorconfig](http://editorconfig.org/) in your editor)
6. test your code: it must work in browser, Windows, OSX and Linux 6. don't add any dependencies
7. if your code is platform-dependent, please add corresponding switches 7. test your code: it must work in browser, Windows, OSX and Linux
8. respect each platform: don't create behaviour which breaks interface guidelines or user expectations 8. if your code is platform-dependent, please add corresponding switches
9. run `grunt` and make sure it's passing 9. respect each platform: don't create behaviour which breaks interface guidelines or user expectations
10. run `grunt` and make sure it's passing