Skip to content

Commit

Permalink
chore: udate documentation and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier committed Nov 10, 2024
1 parent 37fb013 commit 6eafb7b
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 8 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Description**
A description of what the bug is.

**Example**
A [minimal reproducible code example](https://stackoverflow.com/help/minimal-reproducible-example) where the bug happens.

**Expected behavior**
A description of what you expected to happen.

**Actual behavior**
A description of what actually happens.

**Environment**
- OS: [e.g. Windows]
- Rust version: [e.g. 1.50.0]
- Project version: [e.g. 0.1.0]
- [Any other dependency version if needed]

**Additional context**
Any other context about the bug here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**Problem**
A description of what is the problem that can be fixed with the feature you propose.

**Feature**
A description of the feature you propose.

**Examples**
One or more code examples that shows the feature in action.

**Additional context**
Any other context about the feature request here.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "television"
version = "0.4.15"
version = "0.4.16"
edition = "2021"
description = "The revolution will be televised."
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ is a simple TOML file that allows you to customize the behavior of `television`
Any of these paths may be overriden by setting the `TELEVISION_CONFIG` environment variable to the path of your desired configuration folder.

#### Default Configuration
The default configuration file can be found in [./.config/config.toml](./.config/config.toml).

<details>
<summary>Television's default `config.toml`</summary>

Expand Down

0 comments on commit 6eafb7b

Please sign in to comment.