Initial commit

This commit is contained in:
Yordan Suarez
2019-12-17 15:55:07 -05:00
commit 20afa2245f
26 changed files with 1297 additions and 0 deletions

23
.github/settings.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
repository:
private: false
has_issues: true
has_projects: false
has_wiki: false
has_downloads: false
default_branch: master
allow_squash_merge: true
allow_merge_commit: false
allow_rebase_merge: false
labels:
- name: "Feature Request"
color: "fbca04"
- name: "Bug"
color: "b60205"
- name: "Wont Fix"
color: "ffffff"
- name: "Enhancement"
color: a2eeef
- name: "Documentation"
color: "008672"
- name: "Stale"
color: "930191"