|
| 1 | +# :tada: :+1: :tada: Thank You |
| 2 | + |
| 3 | +It means a lot that you took the time to submit an issue with my website. |
| 4 | + |
| 5 | +Below you can find a set of guidelines for contributing. |
| 6 | +They can make both our lives easier. |
| 7 | + |
| 8 | +## Submitting Issues |
| 9 | + |
| 10 | +- Having a screenshot helps me a lot. Animated gifs work great too. |
| 11 | +- Upload your [support details](https://supportdetails.com), so that I know what browser and operating system you use. |
| 12 | + |
| 13 | +## Pull Requests |
| 14 | + |
| 15 | +- Include screenshots and animated GIFs in your pull request whenever possible. |
| 16 | +- Follow the HTML, CSS, and Javascript styleguides. |
| 17 | + |
| 18 | +## Git Commit Messages |
| 19 | + |
| 20 | +* Use the present tense ("Add feature" not "Added feature") |
| 21 | +* Use the imperative mood ("Move cursor to..." not "Moves cursor to...") |
| 22 | +* Limit the first line to 72 characters or less |
| 23 | +* Reference issues and pull requests liberally |
| 24 | +* Consider starting the commit message with an applicable emoji: |
| 25 | + * :tada: `:tada:` initial commit |
| 26 | + * :bookmark: `:bookmark:` version tags |
| 27 | + * :card_index: `:card_index:` when updating meta data |
| 28 | + * :books: `:books:` when writing docs |
| 29 | + * :sparkles: `:sparkles:` when adding new features |
| 30 | + * :triangular_ruler: `:triangular_ruler:` when updating templates |
| 31 | + * :art: `:art:` when improving styles |
| 32 | + * :fireworks: `:fireworks:` for scripting updates |
| 33 | + * :satellite: `:satellite:` tracking |
| 34 | + * :runner: `:runner:` task runner updates |
| 35 | + * :racehorse: `:racehorse:` when improving performance |
| 36 | + * :bug: `:bug:` when fixing a bug |
| 37 | + * :fire: `:fire:` when removing code or files |
| 38 | + * :green_heart: `:green_heart:` when fixing the CI build |
| 39 | + * :white_check_mark: `:white_check_mark:` when adding tests |
| 40 | + * :lock: `:lock:` when dealing with security |
| 41 | + * :arrow_up: `:arrow_up:` when upgrading dependencies |
| 42 | + * :arrow_down: `:arrow_down:` when downgrading dependencies |
| 43 | + * :shirt: `:shirt:` when removing linter warnings |
| 44 | + * :penguin: `:penguin:` when fixing something on Linux |
| 45 | + * :apple: `:apple:` when fixing something on Mac OS |
| 46 | + * :checkered_flag: `:checkered_flag:` when fixing something on Windows |
0 commit comments