Changes and improvements are more than welcome! ❤ Feel free to fork and open a pull request.
To read The Technical aspects you might want to refer This
Please consider the following :
- Fork it!
- Open an issue, if it does not already exist (Example: Add char 'A' in DrPepper Font) and ask to get assigned.
- Add your new features
- Update README.md (if needed)
- Add Screenshots of your working file
- Send us a pull request.
Good Documentation is a Base for every code base , if you feel there is something missing , not clear in the docs or code needs more comments or can be made prettier, or ever if you find a typo, You can Contribute to Documentation.
- Open an issue and mention the possible areas of improvement.
- Wait for discussion with maintainers and get assigned.
- Improve the documentation and send us a new Pull Request.
- Open a new issue and post screenshots of the terminal.
- Mention the font and character which has a problem.
- Mention Expected and Actual result
- Select a non-duplicate name for font
- Copy the fontname directory from templates directory to Fonts directoy. Rename this directory to the name of your font
- In that directory, rename the header file and the md file to the name of your font.
- Set the specified grid size for your font in the appropriate macro fields.
- Now, In "Ascii.h" #include your font
- Then, Add the condition of your font in the if else block
- Add some previews to the md file.
- Select a character which is not previously used in a font
- In your selected font's header file uncomment the respective function.
- then, apply your algorithm and update
character
grid acccordingly.