Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Jul 9, 2019
0 parents commit d7c6663
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: IPv4
open_collective: # Replace with a single Open Collective username
ko_fi: MattIPv4
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
custom: https://paypal.me/MattIPv4Cowley
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Source: https://github.com/MattIPv4/template/blob/master/.gitignore
# Defaults

## JetBrains
.idea/

## Python: Virtual Environments
venv/
## Python: Module building
*.egg-info/

## Web Configs
web.config
.user.ini

## Node
node_modules/

## macOS
.DS_Store

# Custom
67 changes: 67 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<!-- Source: https://github.com/MattIPv4/template/blob/master/README.md -->

<!-- Title -->
<h1 align="center" id="Template">
<!-- Text only -->
<!-- Template -->
<!-- or, Image logo -->
<img src="https://via.placeholder.com/500x60.png?text=Template" alt="Template" width="500"/>
</h1>

<!-- Tag line -->
<h3 align="center">The template README (and other files) for my GitHub repositories.</h3>

<!-- Badges -->
<p align="center">
<a href="https://shields.io/" target="_blank">
<img src="https://img.shields.io/badge/style-flat--square-green.svg?style=flat-square" alt="Style"/>
</a>
<a href="http://patreon.mattcowley.co.uk/" target="_blank">
<img src="https://img.shields.io/badge/patreon-IPv4-blue.svg?style=flat-square" alt="Patreon"/>
</a>
<a href="http://slack.mattcowley.co.uk/" target="_blank">
<img src="https://img.shields.io/badge/slack-MattIPv4-blue.svg?style=flat-square" alt="Slack"/>
</a>
</p>

----

<!-- Content -->
## Hello

This repository stores my template README file along with other useful default & template files for my GitHub repositories.

<!-- Contributing -->
## Contributing

Contributions are always welcome to this project!\
Take a look at any existing issues on this repository for starting places to help contribute towards, or simply create your own new contribution to the project.

Please make sure to follow the existing standards within the project such as code styles, naming conventions and commenting/documentation.

When you are ready, simply create a pull request for your contribution and I will review it whenever I can!

### Donating

You can also help me and the project out by contributing through a donation on PayPal or by supporting me monthly on my Patreon page.
<p>
<a href="http://patreon.mattcowley.co.uk/" target="_blank">
<img src="https://img.shields.io/badge/patreon-IPv4-blue.svg?logo=patreon&logoWidth=30&logoColor=F96854&style=popout-square" alt="Patreon"/>
</a>
<a href="http://paypal.mattcowley.co.uk/" target="_blank">
<img src="https://img.shields.io/badge/paypal-Matt%20(IPv4)%20Cowley-blue.svg?logo=paypal&logoWidth=30&logoColor=00457C&style=popout-square" alt="PayPal"/>
</a>
</p>

<!-- Discussion & Support -->
## Discussion, Support and Issues

Need support with this project, have found an issue or want to chat with others about contributing to the project?
> Please check the project's issues page first for support & bugs!
Not found what you need here?
* If you have an issue, please create a GitHub issue here to report the situation, include as much detail as you can!
* _or,_ You can join our Slack workspace to discuss any issue, to get support for the project or to chat with contributors and myself:
<a href="http://slack.mattcowley.co.uk/" target="_blank">
<img src="https://img.shields.io/badge/slack-MattIPv4-blue.svg?logo=slack&logoWidth=30&logoColor=blue&style=popout-square" alt="Slack" height="60">
</a>

0 comments on commit d7c6663

Please sign in to comment.