Skip to content

Commit

Permalink
HEAD Release 0.0.1 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Oct 6, 2022
0 parents commit fa06be3
Show file tree
Hide file tree
Showing 16 changed files with 1,408 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
examples/
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [tiredofit]
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Bug report
about: If something isn't working right..
title: ''
labels: bug
assignees: ''

---

### Summary

<!-- Summarize the bug encountered -->


### Steps to reproduce

<!-- Describe how one can reproduce the issue - this is very important. Please use an ordered list. -->


### What is the expected *correct* behavior?

<!-- Describe what should be seen instead. -->


### Relevant logs and/or screenshots

<!-- Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's tough to read otherwise. -->

### Environment
<!--Your Configuration (please complete the following information): -->

- Image version / tag:
- Host OS:

<details>
<summary>Any logs | docker-compose.yml</summary>
</details>

<!-- Include anything additional -->

### Possible fixes
<!-- If you can, provide details to the root cause that might be responsible for the problem. -->
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea or feature
title: ''
labels: enhancement
assignees: ''

---

---
name: Feature Request
about: Suggest an idea for this project

---

**Description of the feature**
<!-- A clear description of the feature you'd like implemented -->

**Benftits of feature**
<!-- Explain the measurable benefits this feature would achieve. -->

**Additional context**
<!--Add any other context or screenshots about the feature request here. -->
1 change: 1 addition & 0 deletions .github/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
Loading

0 comments on commit fa06be3

Please sign in to comment.