Compare commits
26 Commits
04ac866498
...
develop
Author | SHA1 | Date | |
---|---|---|---|
c38eeace5a | |||
3c2386b964 | |||
e0836387a2 | |||
0abbb76076 | |||
45a6200ba0 | |||
54c613efc3 | |||
03c93b87f7 | |||
01ba1dd424 | |||
1cb2492791 | |||
81339ef865 | |||
e10eb5ca3a | |||
c1bdcbbc14 | |||
6cd8e7d0ee | |||
053005975f | |||
e69e9089bb | |||
d12def11aa | |||
5dc18911ec | |||
24c1b800e0 | |||
98df38f4b9 | |||
21670c1b16 | |||
ca4e95fba9 | |||
31f75c6d09 | |||
d97233e354 | |||
84b638f339 | |||
c9fccfc13c | |||
4d301ce22a |
16
.editorconfig
Normal file
16
.editorconfig
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Editor configuration, see https://editorconfig.org
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.ts]
|
||||||
|
quote_type = single
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
max_line_length = off
|
||||||
|
trim_trailing_whitespace = false
|
26
.github/issue_template/refactor.md
vendored
Normal file
26
.github/issue_template/refactor.md
vendored
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
name: "Refactor"
|
||||||
|
about: "Refactor existing system"
|
||||||
|
ref: "develop"
|
||||||
|
labels:
|
||||||
|
- Kind/Refactor
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Refactor
|
||||||
|
<!-- Detailed description -->
|
||||||
|
The current...
|
||||||
|
|
||||||
|
Should be changed/updated to...
|
||||||
|
|
||||||
|
## Reasoning
|
||||||
|
- ...
|
||||||
|
|
||||||
|
## Scope
|
||||||
|
<!-- What systems will this impact -->
|
||||||
|
- ...
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
<!-- Any additional design considerations -->
|
||||||
|
...
|
47
.github/issue_template/user_story.md
vendored
47
.github/issue_template/user_story.md
vendored
@ -1,47 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
name: "User Story"
|
|
||||||
about: "Create a user story"
|
|
||||||
ref: "develop"
|
|
||||||
labels:
|
|
||||||
- Type/Enhancement
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# User Story
|
|
||||||
|
|
||||||
As a ...
|
|
||||||
|
|
||||||
I want to ...
|
|
||||||
|
|
||||||
So that ...
|
|
||||||
|
|
||||||
## Acceptance Criteria
|
|
||||||
|
|
||||||
1.
|
|
||||||
|
|
||||||
Given ...
|
|
||||||
|
|
||||||
When ...
|
|
||||||
|
|
||||||
Then ...
|
|
||||||
|
|
||||||
2. ...
|
|
||||||
|
|
||||||
## Design
|
|
||||||
|
|
||||||
...
|
|
||||||
|
|
||||||
## Notes
|
|
||||||
|
|
||||||
...
|
|
||||||
|
|
||||||
## Tasks
|
|
||||||
- [ ] Investigated by business
|
|
||||||
- [ ] Prioritized & approved by PO
|
|
||||||
- [ ] Designed & reviewed UX
|
|
||||||
- [ ] Refined
|
|
||||||
- [ ] Assigned an Epic
|
|
||||||
- [ ] Broken down into dev tasks
|
|
||||||
- [ ] Estimated wieght/time
|
|
||||||
- [ ] Adjusted labels
|
|
9
.github/pull_request_template.md
vendored
9
.github/pull_request_template.md
vendored
@ -1,14 +1,15 @@
|
|||||||
## Description
|
## Description
|
||||||
<!-- Adition information & context -->
|
<!-- Addition information & context -->
|
||||||
|
...
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
<!-- Issues this MR will address -->
|
<!-- Issues this PR will address -->
|
||||||
- closes #___
|
- closes #___
|
||||||
- owner/repo#___
|
- owner/repo#___
|
||||||
|
|
||||||
## Checklist
|
## Checklist
|
||||||
<!-- Complete this checklist after creating the MR -->
|
<!-- Complete after creating PR -->
|
||||||
- [ ] Linked issues
|
- [ ] Linked issues
|
||||||
- [ ] Reviewed changes
|
- [ ] Reviewed changes
|
||||||
- [ ] Updated comments/documentation
|
- [ ] Updated comments/documentation
|
||||||
|
|
@ -1 +1 @@
|
|||||||
* @ztimson
|
* @ztimson
|
88
README.md
88
README.md
@ -3,7 +3,7 @@
|
|||||||
<br />
|
<br />
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<img src="./logo.png" alt="Logo" width="200" height="200">
|
<img src="https://git.zakscode.com/repo-avatars/2b4ee6ba1f2e2618bf7694e4a52fb56d1d0ea6abafa2dcbe496ab786b86d5a76" alt="Logo" width="200" height="200">
|
||||||
|
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
### Template
|
### Template
|
||||||
@ -16,40 +16,82 @@
|
|||||||
[](https://git.zakscode.com/ztimson/template/pulls)
|
[](https://git.zakscode.com/ztimson/template/pulls)
|
||||||
[](https://git.zakscode.com/ztimson/template/issues)
|
[](https://git.zakscode.com/ztimson/template/issues)
|
||||||
|
|
||||||
<!-- Tech Badges -->
|
|
||||||
[](https://angular.io/)
|
|
||||||
[](https://getbootstrap.com)
|
|
||||||
[](https://docker.com/)
|
|
||||||
[](https://nodejs.org/)
|
|
||||||
[](https://typescriptlang.org/)
|
|
||||||
|
|
||||||
<!-- Links -->
|
<!-- Links -->
|
||||||
<div align="center">
|
|
||||||
<a href="https://git.zakscode.com" target="_blank">Demo</a>
|
---
|
||||||
• <a href="https://git.zakscode.com/ztimson/template/wiki" target="_blank">Documentation</a>
|
<div>
|
||||||
|
<a href="https://git.zakscode.com/ztimson/template/wiki" target="_blank">Documentation</a>
|
||||||
• <a href="https://git.zakscode.com/ztimson/template/releases" target="_blank">Release Notes</a>
|
• <a href="https://git.zakscode.com/ztimson/template/releases" target="_blank">Release Notes</a>
|
||||||
• <a href="https://git.zakscode.com/ztimson/template/issues/new?template=.github%2fissue_template%2fbug.md" target="_blank">Report a Bug</a>
|
• <a href="https://git.zakscode.com/ztimson/template/issues/new?template=.github%2fissue_template%2fbug.md" target="_blank">Report a Bug</a>
|
||||||
• <a href="https://git.zakscode.com/ztimson/template/issues/new?template=.github%2fissue_template%2fenhancement.md" target="_blank">Request a Feature</a>
|
• <a href="https://git.zakscode.com/ztimson/template/issues/new?template=.github%2fissue_template%2fenhancement.md" target="_blank">Request a Feature</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
---
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
- [Template](#top)
|
- [Template](#top)
|
||||||
- [Demo](https://git.zakscode.com)
|
- [About](#about)
|
||||||
- [Documentation](https://git.zakscode.com/ztimson/template/wiki)
|
- [Demo](#demo)
|
||||||
- [Release Notes](https://git.zakscode.com/ztimson/template/releases)
|
- [Built With](#built-with)
|
||||||
- [Report a Bug](https://git.zakscode.com/ztimson/template/issues/new?template=.github%2fissue_template%2fbug.md)
|
- [Setup](#setup)
|
||||||
- [Feature Request](https://git.zakscode.com/ztimson/template/issues/new?template=.github%2fissue_template%2fenhancement.md)
|
- [Production](#production)
|
||||||
- [About](#about)
|
- [Development](#development)
|
||||||
- [Setup](#setup)
|
- [License](#license)
|
||||||
- [Production](#production)
|
|
||||||
- [Development](#development)
|
|
||||||
- [License](#license)
|
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||||
|
|
||||||
|
### Demo
|
||||||
|
|
||||||
|
Website: https://git.zakscode.com
|
||||||
|
|
||||||
|
### Built With
|
||||||
|
[](https://angular.io/)
|
||||||
|
[](https://www.android.com/)
|
||||||
|
[](https://www.arduino.cc/)
|
||||||
|
[](https://getbootstrap.com)
|
||||||
|
[](https://en.cppreference.com/w/c/language)
|
||||||
|
[](https://cplusplus.com/)
|
||||||
|
[](https://dotnet.microsoft.com/)
|
||||||
|
[](https://www.w3.org/Style/CSS/Overview.en.html)
|
||||||
|
[](https://www.djangoproject.com/)
|
||||||
|
[](https://docker.com/)
|
||||||
|
[](https://www.electronjs.org/)
|
||||||
|
[](https://firebase.google.com/)
|
||||||
|
[](https://go.dev/)
|
||||||
|
[](https://graphql.org/)
|
||||||
|
[](https://developer.mozilla.org/en-US/docs/Glossary/HTML)
|
||||||
|
[](https://java.com/)
|
||||||
|
[](https://javascript.com/)
|
||||||
|
[](https://jquery.com )
|
||||||
|
[](https://laravel.com)
|
||||||
|
[](https://www.linux.org/)
|
||||||
|
[](https://git.zakscode.com/ztimson/momentum)
|
||||||
|
[](https://www.mongodb.com/)
|
||||||
|
[](https://www.mysql.com/)
|
||||||
|
[](https://nestjs.com/)
|
||||||
|
[](https://dotnet.microsoft.com/)
|
||||||
|
[](https://nextjs.org/)
|
||||||
|
[](https://www.nginx.com/)
|
||||||
|
[](https://nodejs.org/)
|
||||||
|
[](https://p5js.org/)
|
||||||
|
[](https://www.php.net/)
|
||||||
|
[](https://www.postgresql.org/)
|
||||||
|
[](https://www.python.org/)
|
||||||
|
[](https://reactjs.org/)
|
||||||
|
[](https://redis.com/)
|
||||||
|
[](https://sass-lang.com/)
|
||||||
|
[](https://en.wikipedia.org/wiki/Shell_script)
|
||||||
|
[](https://www.microsoft.com/en-ca/sql-server)
|
||||||
|
[](https://www.sqlite.org/index.html)
|
||||||
|
[](https://svelte.dev/)
|
||||||
|
[](https://typescriptlang.org/)
|
||||||
|
[](https://microsoft.com/windows)
|
||||||
|
[](https://vitejs.dev/)
|
||||||
|
[](https://vuejs.org/)
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -85,6 +127,6 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
## License
|
## License
|
||||||
Copyright © 2023 Zakary Timson | All Rights Reserved
|
Copyright © 2023 Zakary Timson | All Rights Reserved | Available under MIT Licensing
|
||||||
|
|
||||||
See the [license](./LICENSE) for more information.
|
See the [license](./LICENSE) for more information.
|
||||||
|
Reference in New Issue
Block a user