-
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from sadrasabouri/dev
- Loading branch information
Showing
6 changed files
with
1,138 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: Greetings | ||
|
||
on: [pull_request, issues] | ||
|
||
jobs: | ||
greeting: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/first-interaction@v1 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
issue-message: 'Congratulations! You have made your first issue to `art`.<br>We will respond your issue and do our best to solve it as soon as possible, you can see more issues [here](https://github.com/sepandhaghighi/art/issues).' | ||
pr-message: 'Congratulations! You have made your first Pull request to `art`.<br>Changes and improvements are more than welcome! heart Feel free to fork and open a pull request.<hr>[Contribution Guidline](https://github.com/sepandhaghighi/art/blob/master/.github/CONTRIBUTING.md)' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/built%20with-Python3-green.svg" alt="built with Python3" /></a> | ||
<a href="https://github.com/sepandhaghighi/art/blob/master/FontList.ipynb"><img src="https://img.shields.io/badge/Font List-560-blue.svg"></a> | ||
<a href="https://github.com/sepandhaghighi/art/blob/master/ArtList.ipynb"><img src="https://img.shields.io/badge/Art List-499-orange.svg"></a> | ||
<a href="https://github.com/sepandhaghighi/art/blob/master/DecorList.ipynb"><img src="https://img.shields.io/badge/Decor List-10-green.svg"></a> | ||
<a href="https://github.com/sepandhaghighi/art/blob/master/DecorList.ipynb"><img src="https://img.shields.io/badge/Decor List-195-green.svg"></a> | ||
<a href="https://t.me/artlib_bot" target="__blank"><img src="https://img.shields.io/badge/Telegram-Bot-red.svg"></a> | ||
<a href="https://anaconda.org/sepandhaghighi/art"><img src="https://anaconda.org/sepandhaghighi/art/badges/version.svg"></a> | ||
</div> | ||
|
@@ -76,7 +76,7 @@ ART is a Python lib for text converting to ASCII art fancy. ;-) | |
</tr> | ||
<tr> | ||
<td align="center">Decor Counter</td> | ||
<td align="center">10</td> | ||
<td align="center">195</td> | ||
</tr> | ||
</table> | ||
|
||
|
@@ -818,6 +818,7 @@ or send an email to [[email protected]](mailto:[email protected] "[email protected]"). | |
17. [Hubpages](https://hubpages.com/technology/one-line-ascii-art-for-twitter) | ||
18. [ASCII-ART](http://www.ascii-art.de/ascii/mno/one_line.txt) | ||
19. [Messletters](https://www.messletters.com/en/) | ||
20. [Webestools](http://www.webestools.com/) | ||
|
||
## Donate to our project | ||
|
Oops, something went wrong.