├── .gitattributes ├── .github ├── FUNDING.yml └── pull_request_template.md ├── README.md └── sponsors └── chat-btc.png /.gitattributes: -------------------------------------------------------------------------------- 1 | *.md linguist-detectable=true 2 | *.md linguist-documentation=false -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: alexandresanlim # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 | patreon: # Replace with a single Patreon username 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: # Replace with a single Ko-fi username 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | liberapay: #alexandresanlim 10 | issuehunt: # Replace with a single IssueHunt username 11 | otechie: # Replace with a single Otechie username 12 | custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] 13 | custom: ['buymeacoffee.com/mrhrifat', 'https://pay.blink.sv/sanlim?amount=0&memo=&display=USD'] 14 | -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | ## Preview 2 | 3 | ![image]({PasteTheBadgeURLHere}) 4 | -------------------------------------------------------------------------------- /sponsors/chat-btc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexandresanlim/Badges4-README.md-Profile/bfad1c9cde2fd5aa3ff12b2a4df4cd4ab7886050/sponsors/chat-btc.png --------------------------------------------------------------------------------