mirror of
https://github.com/jawira/emoji-catalog.git
synced 2023-08-10 21:12:49 +03:00
Clean project #13
This commit is contained in:
parent
bab76f4256
commit
015484b727
12
.gitattributes
vendored
12
.gitattributes
vendored
@ -1,11 +1,11 @@
|
|||||||
/.gitattributes export-ignore
|
|
||||||
/.editorconfig export-ignore
|
|
||||||
/.gitignore export-ignore
|
|
||||||
/.idea export-ignore
|
/.idea export-ignore
|
||||||
/docs export-ignore
|
/docs export-ignore
|
||||||
/resources export-ignore
|
/resources export-ignore
|
||||||
/build.xml export-ignore
|
/.editorconfig export-ignore
|
||||||
|
/.gitattributes export-ignore
|
||||||
|
/.gitignore export-ignore
|
||||||
/build.png export-ignore
|
/build.png export-ignore
|
||||||
/CONTRIBUTING.md export-ignore
|
/build.xml export-ignore
|
||||||
/README.md export-ignore
|
|
||||||
/CHANGELOG.md export-ignore
|
/CHANGELOG.md export-ignore
|
||||||
|
/changelog-linker.yaml export-ignore
|
||||||
|
/README.md export-ignore
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- [#7] Update library to emoji v13 [#6]
|
- [#7] Update library to emoji v13
|
||||||
|
|
||||||
## [v1.2.0] - 2019-10-28
|
## [v1.2.0] - 2019-10-28
|
||||||
|
|
||||||
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
### Added
|
### 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
|
## [v1.0.0] - 2019-10-01
|
||||||
|
|
||||||
|
@ -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/
|
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jawira/emoji-catalog",
|
"name": "jawira/emoji-catalog",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"description": "Get access to +3300 emojis as class constants",
|
"description": "Get access to +3500 emojis as class constants",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"emoji",
|
"emoji",
|
||||||
"emojis",
|
"emojis",
|
||||||
|
Loading…
Reference in New Issue
Block a user