Skip to content

Commit

Permalink
Add @morozsm to topalias project contributors, fix #13 #17 #19
Browse files Browse the repository at this point in the history
  • Loading branch information
meteoritt committed Nov 20, 2020
1 parent 002ae1e commit 7eda542
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
19 changes: 12 additions & 7 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md",
"CONTRIBUTING.md"
"README.md"
],
"imageSize": 100,
"commit": true,
Expand All @@ -21,12 +20,18 @@
"infra",
"ideas",
"maintenance",
"platform",
"mentoring",
"example"
"platform"
]
},
{
"login": "morozsm",
"name": "Sergey Morozik",
"avatar_url": "https://avatars2.githubusercontent.com/u/4393731?v=4",
"profile": "https://github.com/morozsm",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false
"contributorsPerLine": 7
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

We follow [Semantic Versions](https://semver.org/).

## Version 2.0.13

- Fix encoding issue with zsh history file ([#13](https://github.com/CSRedRat/topalias/issues/13), [#17](https://github.com/CSRedRat/topalias/issues/17))
- Fix .bash_aliases path definition ([#16](https://github.com/CSRedRat/topalias/issues/16))

## Version 2.0.0

- Add zsh shell support (-z/--zsh flag)
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,7 @@ Travis will then deploy to PyPI if tests pass.

## Add to contributors

cli version: [https://allcontributors.org/docs/en/cli/installation](https://allcontributors.org/docs/en/cli/installation)

Comment on an issue or pull request with:
@all-contributors please add @CSRedRat for code, infra, tests, ideas, maintenance, platform, mentoring and example ✨
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ Please add you feature requests: [https://github.com/CSRedRat/topalias/issues/ne
## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://metin2wiki.ru/"><img src="https://avatars1.githubusercontent.com/u/1287586?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sergey Chudakov</b></sub></a><br /><a href="https://github.com/CSRedRat/topalias/commits?author=CSRedRat" title="Code">💻</a> <a href="#infra-CSRedRat" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#ideas-CSRedRat" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-CSRedRat" title="Maintenance">🚧</a> <a href="#platform-CSRedRat" title="Packaging/porting to new platform">📦</a> <a href="#mentoring-CSRedRat" title="Mentoring">🧑‍🏫</a> <a href="#example-CSRedRat" title="Examples">💡</a></td>
<td align="center"><a href="https://metin2wiki.ru/"><img src="https://avatars1.githubusercontent.com/u/1287586?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sergey Chudakov</b></sub></a><br /><a href="https://github.com/CSRedRat/topalias/commits?author=CSRedRat" title="Code">💻</a> <a href="#infra-CSRedRat" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#ideas-CSRedRat" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-CSRedRat" title="Maintenance">🚧</a> <a href="#platform-CSRedRat" title="Packaging/porting to new platform">📦</a></td>
<td align="center"><a href="https://github.com/morozsm"><img src="https://avatars2.githubusercontent.com/u/4393731?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sergey Morozik</b></sub></a><br /><a href="https://github.com/CSRedRat/topalias/commits?author=morozsm" title="Code">💻</a></td>
</tr>
</table>

Expand Down

0 comments on commit 7eda542

Please sign in to comment.