From 015484b7277c0fb6a54a3016605541fa738c4019 Mon Sep 17 00:00:00 2001 From: jawira Date: Mon, 21 Sep 2020 09:22:26 +0200 Subject: [PATCH] Clean project #13 --- .gitattributes | 22 ++++++++++----------- CHANGELOG.md | 4 ++-- CONTRIBUTING.md | 51 ------------------------------------------------- composer.json | 2 +- 4 files changed, 14 insertions(+), 65 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/.gitattributes b/.gitattributes index 0d13f17..98447fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,11 @@ -/.gitattributes export-ignore -/.editorconfig export-ignore -/.gitignore export-ignore -/.idea export-ignore -/docs export-ignore -/resources export-ignore -/build.xml export-ignore -/build.png export-ignore -/CONTRIBUTING.md export-ignore -/README.md export-ignore -/CHANGELOG.md export-ignore +/.idea export-ignore +/docs export-ignore +/resources export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/build.png export-ignore +/build.xml export-ignore +/CHANGELOG.md export-ignore +/changelog-linker.yaml export-ignore +/README.md export-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2f061..c794a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ ### Changed -- [#7] Update library to emoji v13 [#6] +- [#7] Update library to emoji v13 ## [v1.2.0] - 2019-10-28 @@ -31,7 +31,7 @@ ### Added -- [#4] Added catalog with the list of all emojis [#1] +- [#4] Added catalog with the list of all emojis ## [v1.0.0] - 2019-10-01 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index e2fa6a9..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,51 +0,0 @@ -Contributing -============ - -Contributions in the form of **✍Issues** and **🛠Pull requests** are welcomed -and encouraged. - -How to contribute ------------------ - -In order to contribute to this project: - -1. **Fork** this repository -2. Create a **new branch** and commit your feature or bugfix -3. Once you have finished, create a **Pull Request** to merge your changes into -remote's develop branch - -Do not forget to add your name at the end of this file. - -Recommendations ---------------- - -This project adheres to: - -* [Contributor Covenant]: A Code of Conduct for Open Source Projects -* [Keep a Changelog]: Good practices for changelog file -* [pds/skeleton]: Standard PHP package skeleton -* [Vincent Driessen's branching model]: A branching model for Git -* [Semantic Versioning]: Simple rules for version numbers - -It's encouraged to use: - -* [The seven rules of a great Git commit message]: How to Write a good Git -Commit Message -* [git-flow]: Git extensions to provide high-level repository operations for -Vincent Driessen's branching model - -Contributors ------------- - -The following individuals have contributed to this project: - -- (add your name here) - - -[Contributor Covenant]: https://www.contributor-covenant.org/ -[git-flow]: https://danielkummer.github.io/git-flow-cheatsheet/ -[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ -[pds/skeleton]: https://github.com/php-pds/skeleton -[Semantic Versioning]: http://semver.org/ -[The seven rules of a great Git commit message]: https://chris.beams.io/posts/git-commit/#seven-rules -[Vincent Driessen's branching model]: http://nvie.com/posts/a-successful-git-branching-model/ diff --git a/composer.json b/composer.json index e85b7e6..d7a4f4e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "jawira/emoji-catalog", "type": "library", - "description": "Get access to +3300 emojis as class constants", + "description": "Get access to +3500 emojis as class constants", "keywords": [ "emoji", "emojis",